Skip to content

Commit

Permalink
bump softprops/action-gh-release from v1 to v2 (use Node 20 now)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Apr 17, 2024
1 parent 0937b62 commit 06baf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- # https://github.com/softprops/action-gh-release
name: Create Release from current tag
if: github.ref_type == 'tag'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with: # https://github.com/softprops/action-gh-release#-customizing
prerelease: false
draft: true
Expand Down

0 comments on commit 06baf87

Please sign in to comment.