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:
589589 cp -a ../linux_update_manifest/. updates/
590590 cp -a ../windows_update_manifest/. updates/
591591
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"
598596
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 2727 "brandShortName" : " Zen Browser" ,
2828 "brandFullName" : " Zen Browser" ,
2929 "release" : {
30- "displayVersion" : " 0.0.0-a.3 " ,
30+ "displayVersion" : " 0.0.0-a.1 " ,
3131 "github" : {
3232 "repo" : " zen-browser/desktop"
3333 },
You can’t perform that action at this time.
0 commit comments