Refactor version bumping in alpha.yml workflow

This commit is contained in:
mauro-balades
2024-09-15 19:22:58 +02:00
parent 564e3b5b82
commit 14c5425276

View File

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