Refactor version bumping in alpha workflow and surfer.json

This commit is contained in:
mauro-balades
2024-09-16 23:00:58 +02:00
parent 2e3aa4865e
commit f355828240
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Bump version
if: ${{ github.event.inputs.update_version == 'true' }}
run: |
pnpm surfer ci --brand alpha --bump prepatch
pnpm surfer ci --brand alpha --bump prerelease
- name: Bump version without new version
if: ${{ github.event.inputs.update_version == 'false' }}

View File

@@ -18,7 +18,7 @@
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.2-0",
"displayVersion": "1.0.1-a",
"github": {
"repo": "zen-browser/desktop"
},