File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -589,10 +589,15 @@ jobs:
589
589
cp -a ../linux_update_manifest/. updates/
590
590
cp -a ../windows_update_manifest/. updates/
591
591
592
- - uses : stefanzweifel/git-auto-commit-action@v4
593
- with :
594
- commit_message : 🔖 Upload update manifests ${{ needs.build-data.outputs.version }}
595
- commit_user_name : Zen Browser Robot
596
- commit_user_email :
[email protected]
597
- repository : ./updates-server
592
+ - name : Setup git
593
+ run : |
594
+ git config --global user.email "[email protected] "
595
+ git config --global user.name "mauro-balades"
598
596
597
+ - name : Commit update manifests
598
+ run : |
599
+ cd updates-server
600
+ git add .
601
+ git commit -m "Update manifests for ${{ needs.build-data.outputs.version }}"
602
+ git push
603
+
Original file line number Diff line number Diff line change 27
27
"brandShortName" : " Zen Browser" ,
28
28
"brandFullName" : " Zen Browser" ,
29
29
"release" : {
30
- "displayVersion" : " 0.0.0-a.3 " ,
30
+ "displayVersion" : " 0.0.0-a.1 " ,
31
31
"github" : {
32
32
"repo" : " zen-browser/desktop"
33
33
},
You can’t perform that action at this time.
0 commit comments