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.
1 parent c9488c0 commit aa4e385Copy full SHA for aa4e385
.github/workflows/build.yml
@@ -548,7 +548,7 @@ jobs:
548
# If we are on Twilight, we want to just update the Twilight tag's release
549
- name: Update Twilight tag
550
if: ${{ inputs.update_branch == 'twilight' }}
551
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v2.3.0
552
with:
553
body_path: release_notes.md
554
files: |
@@ -580,7 +580,7 @@ jobs:
580
GITHUB_REPOSITORY: ${{ github.repository }}
581
582
- name: Release
583
584
if: ${{ inputs.update_branch == 'release' }}
585
586
token: ${{ secrets.DEPLOY_KEY }}
0 commit comments