3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-23 08:39:31 +01:00

Merge pull request #17 from dtolnay/ghrelease

Update softprops/action-gh-release action to v2 (node20)
This commit is contained in:
David Tolnay 2024-04-14 11:16:24 -07:00 committed by GitHub
commit 397358d64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}