We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2310684 commit a252605Copy full SHA for a252605
.github/workflows/gh-release.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "semvertag=v$VER" >> $GITHUB_OUTPUT
42
echo "semver=$VER" >> $GITHUB_OUTPUT
43
- name: Release
44
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
45
with:
46
generate_release_notes: true
47
tag_name: ${{ env.VERSION }}
0 commit comments