From f7970fb0043911095c18f7e202540bd913e46772 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 19:05:37 +0200 Subject: [PATCH] chore: Update Windows profile build workflow to include version bump step --- .github/workflows/alpha.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 8595aa1e4..ea4d2d08b 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -53,6 +53,11 @@ jobs: run: | pnpm surfer ci --brand alpha --bump prerelease + - name: Bump version without new version + if: ${{ github.event.inputs.update_version == 'false' }} + run: | + pnpm surfer ci --brand alpha + - name: Debug run: | surfer get version