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" },