mirror of
https://github.com/dtolnay/install.git
synced 2024-11-21 07:59:32 +01:00
Update softprops/action-gh-release action to v2 (node20)
This commit is contained in:
parent
2358b19e33
commit
f8193b6524
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
- run: git tag -d ${{inputs.crate}} || true
|
||||
- run: git tag ${{inputs.crate}}
|
||||
- run: git push origin tag ${{inputs.crate}} --force
|
||||
- uses: softprops/action-gh-release@v1
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{inputs.crate}}
|
||||
target_commitish: ${{github.ref}}
|
||||
|
|
Loading…
Reference in a new issue