Skip to content

Commit 88af285

Browse files
authored
Merge pull request #23 from Aetherinox/beta
PR 23: ci(deps): bump softprops/action-gh-release from 1 to 2
2 parents d967488 + b0410f9 commit 88af285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: "[Post]: Stable"
195195
if: ${{ startsWith( inputs.PRERELEASE, false ) }}
196-
uses: softprops/action-gh-release@v1
196+
uses: softprops/action-gh-release@v2
197197
id: bundle-st
198198
env:
199199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -216,7 +216,7 @@ jobs:
216216
217217
- name: "[Post]: Release Candidate"
218218
if: ${{ startsWith( inputs.PRERELEASE, true ) }}
219-
uses: softprops/action-gh-release@v1
219+
uses: softprops/action-gh-release@v2
220220
id: bundle-rc
221221
env:
222222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)