chore: Update update manifests for 0.0.0-a.3

This commit is contained in:
mauro 🤙
2024-07-06 22:47:44 +00:00
parent 53a57d8078
commit a73c7fae9e
2 changed files with 12 additions and 7 deletions

View File

@@ -589,10 +589,15 @@ jobs:
cp -a ../linux_update_manifest/. updates/
cp -a ../windows_update_manifest/. updates/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 🔖 Upload update manifests ${{ needs.build-data.outputs.version }}
commit_user_name: Zen Browser Robot
commit_user_email: zen-browser-bot@users.noreply.github.com
repository: ./updates-server
- name: Setup git
run: |
git config --global user.email "mauro-balades@users.noreply.github.com"
git config --global user.name "mauro-balades"
- name: Commit update manifests
run: |
cd updates-server
git add .
git commit -m "Update manifests for ${{ needs.build-data.outputs.version }}"
git push

View File

@@ -27,7 +27,7 @@
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "0.0.0-a.3",
"displayVersion": "0.0.0-a.1",
"github": {
"repo": "zen-browser/desktop"
},