We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134a33 commit 8aa3234Copy full SHA for 8aa3234
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
git push origin v${{ github.event.inputs.version }}
41
42
- name: Create GitHub Release
43
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
44
with:
45
tag_name: v${{ github.event.inputs.version }}
46
name: Release v${{ github.event.inputs.version }}
0 commit comments