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.
2 parents d967488 + b0410f9 commit 88af285Copy full SHA for 88af285
.github/workflows/release-tag.yml
@@ -193,7 +193,7 @@ jobs:
193
194
- name: "[Post]: Stable"
195
if: ${{ startsWith( inputs.PRERELEASE, false ) }}
196
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
197
id: bundle-st
198
env:
199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -216,7 +216,7 @@ jobs:
216
217
- name: "[Post]: Release Candidate"
218
if: ${{ startsWith( inputs.PRERELEASE, true ) }}
219
220
id: bundle-rc
221
222
0 commit comments