Skip to content

Commit a73c7fa

Browse files
committed
chore: Update update manifests for 0.0.0-a.3
1 parent 53a57d8 commit a73c7fa

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/workflows/alpha.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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+

surfer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
},

0 commit comments

Comments
 (0)