From 14c5425276ae857f342ea0ba42948fdfd8a17b01 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 15 Sep 2024 19:22:58 +0200 Subject: [PATCH] Refactor version bumping in alpha.yml workflow --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6a3f7c8a4..2e93de621 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -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' }}