From a73c7fae9efc5c60cec0bdc3f775808d584c2cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Sat, 6 Jul 2024 22:47:44 +0000 Subject: [PATCH] chore: Update update manifests for 0.0.0-a.3 --- .github/workflows/alpha.yml | 17 +++++++++++------ surfer.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ceab4f0a6..393f19b40 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -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 + \ No newline at end of file diff --git a/surfer.json b/surfer.json index 2591c3091..4e8659c9c 100644 --- a/surfer.json +++ b/surfer.json @@ -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" },