Skip to content

Commit aa4e385

Browse files
committed
chore: Bump release action upload, b=no-bug, c=workflows
1 parent c9488c0 commit aa4e385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548
# If we are on Twilight, we want to just update the Twilight tag's release
549549
- name: Update Twilight tag
550550
if: ${{ inputs.update_branch == 'twilight' }}
551-
uses: softprops/action-gh-release@v2
551+
uses: softprops/action-gh-release@v2.3.0
552552
with:
553553
body_path: release_notes.md
554554
files: |
@@ -580,7 +580,7 @@ jobs:
580580
GITHUB_REPOSITORY: ${{ github.repository }}
581581

582582
- name: Release
583-
uses: softprops/action-gh-release@v2
583+
uses: softprops/action-gh-release@v2.3.0
584584
if: ${{ inputs.update_branch == 'release' }}
585585
with:
586586
token: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)