1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 21:49:58 +02:00

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
No known key found for this signature in database
GPG key ID: 419302196C23B258
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 # If we are on Twilight, we want to just update the Twilight tag's release
- name: Update Twilight tag - name: Update Twilight tag
if: ${{ inputs.update_branch == 'twilight' }} if: ${{ inputs.update_branch == 'twilight' }}
uses: softprops/action-gh-release@v2.3.0 uses: softprops/action-gh-release@v2.2.2
with: with:
body_path: release_notes.md body_path: release_notes.md
files: | files: |
@ -580,7 +580,7 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}
- name: Release - name: Release
uses: softprops/action-gh-release@v2.3.0 uses: softprops/action-gh-release@v2.2.2
if: ${{ inputs.update_branch == 'release' }} if: ${{ inputs.update_branch == 'release' }}
with: with:
token: ${{ secrets.DEPLOY_KEY }} token: ${{ secrets.DEPLOY_KEY }}

View file

@ -29,7 +29,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
### Firefox Versions ### Firefox Versions
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `139.0.1`! 🚀 - [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `139.0.4`! 🚀
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 139.0.1`! - [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 139.0.1`!
### Contributing ### Contributing

View file

@ -1 +1 @@
6548d6b52a8969b347101142ed630393332ab274 29fd9c19879c6f9bfcf414f47426d8dc00dee1a5

View file

@ -5,7 +5,7 @@
"binaryName": "zen", "binaryName": "zen",
"version": { "version": {
"product": "firefox", "product": "firefox",
"version": "139.0.1", "version": "139.0.4",
"candidate": "139.0.1" "candidate": "139.0.1"
}, },
"buildOptions": { "buildOptions": {