chore: Updated to firefox 139.0.4 and fixed gh release version (see https://github.com/softprops/action-gh-release/issues/627), b=no-bug, c=workflows

This commit is contained in:
mr. m
2025-06-10 18:00:13 +02:00
parent aa4e385b6b
commit fcff502d1a
4 changed files with 5 additions and 5 deletions

View File

@@ -548,7 +548,7 @@ jobs:
# If we are on Twilight, we want to just update the Twilight tag's release
- name: Update Twilight tag
if: ${{ inputs.update_branch == 'twilight' }}
uses: softprops/action-gh-release@v2.3.0
uses: softprops/action-gh-release@v2.2.2
with:
body_path: release_notes.md
files: |
@@ -580,7 +580,7 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Release
uses: softprops/action-gh-release@v2.3.0
uses: softprops/action-gh-release@v2.2.2
if: ${{ inputs.update_branch == 'release' }}
with:
token: ${{ secrets.DEPLOY_KEY }}