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 1/2] 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" }, From 6a28d0cee91c61b9c9d29235a1d5586fe8bdd960 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sat, 6 Jul 2024 22:48:38 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=200.0.?= =?UTF-8?q?0-a.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- surfer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfer.json b/surfer.json index 4e8659c9c..bb67aa72b 100644 --- a/surfer.json +++ b/surfer.json @@ -27,7 +27,7 @@ "brandShortName": "Zen Browser", "brandFullName": "Zen Browser", "release": { - "displayVersion": "0.0.0-a.1", + "displayVersion": "0.0.0-a.2", "github": { "repo": "zen-browser/desktop" },