build: 👷 update release action to v2
This commit is contained in:
parent
99ba75f6b1
commit
f20fbe83b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
calculatedSha=$(git rev-parse --short ${{ github.sha }})
|
||||
echo "short_sha=$calculatedSha" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: softprops/action-gh-release@v0.1.15
|
||||
- uses: softprops/action-gh-release@v2
|
||||
name: Release
|
||||
with:
|
||||
tag_name: ${{ steps.vars.outputs.short_sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue