3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-21 16:09:32 +01:00

Update softprops/action-gh-release action to v2 (node20)

This commit is contained in:
David Tolnay 2024-04-14 11:14:47 -07:00
parent 2358b19e33
commit f8193b6524
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -63,7 +63,7 @@ jobs:
- run: git tag -d ${{inputs.crate}} || true - run: git tag -d ${{inputs.crate}} || true
- run: git tag ${{inputs.crate}} - run: git tag ${{inputs.crate}}
- run: git push origin tag ${{inputs.crate}} --force - run: git push origin tag ${{inputs.crate}} --force
- uses: softprops/action-gh-release@v1 - uses: softprops/action-gh-release@v2
with: with:
tag_name: ${{inputs.crate}} tag_name: ${{inputs.crate}}
target_commitish: ${{github.ref}} target_commitish: ${{github.ref}}