We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dac2d commit 40496e9Copy full SHA for 40496e9
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# https://github.com/softprops/action-gh-release
71
- name: Create release and upload assets
72
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
73
# if: startsWith(github.ref, 'refs/tags/')
74
with:
75
name: ${{ env.RELEASE_TAG }}
0 commit comments