File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ jobs:
548
548
# If we are on Twilight, we want to just update the Twilight tag's release
549
549
- name : Update Twilight tag
550
550
if : ${{ inputs.update_branch == 'twilight' }}
551
- uses : softprops/action-gh-release@v2.3.0
551
+ uses : softprops/action-gh-release@v2.2.2
552
552
with :
553
553
body_path : release_notes.md
554
554
files : |
@@ -580,7 +580,7 @@ jobs:
580
580
GITHUB_REPOSITORY : ${{ github.repository }}
581
581
582
582
- name : Release
583
- uses : softprops/action-gh-release@v2.3.0
583
+ uses : softprops/action-gh-release@v2.2.2
584
584
if : ${{ inputs.update_branch == 'release' }}
585
585
with :
586
586
token : ${{ secrets.DEPLOY_KEY }}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
29
29
30
30
### Firefox Versions
31
31
32
- - [ ` Release ` ] ( https://zen-browser.app/download ) - Is currently built using Firefox version ` 139.0.1 ` ! 🚀
32
+ - [ ` Release ` ] ( https://zen-browser.app/download ) - Is currently built using Firefox version ` 139.0.4 ` ! 🚀
33
33
- [ ` Twilight ` ] ( https://zen-browser.app/download?twilight ) - Is currently built using Firefox version ` RC 139.0.1 ` !
34
34
35
35
### Contributing
Original file line number Diff line number Diff line change 1
- 6548d6b52a8969b347101142ed630393332ab274
1
+ 29fd9c19879c6f9bfcf414f47426d8dc00dee1a5
Original file line number Diff line number Diff line change 5
5
"binaryName" : " zen" ,
6
6
"version" : {
7
7
"product" : " firefox" ,
8
- "version" : " 139.0.1 " ,
8
+ "version" : " 139.0.4 " ,
9
9
"candidate" : " 139.0.1"
10
10
},
11
11
"buildOptions" : {
You can’t perform that action at this time.
0 commit comments