From 354b63f30f7d97a81a680423e71134a266552e5c Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 13 May 2024 20:45:32 +0200 Subject: [PATCH] chore: Update alpha.yml workflow to use input variables for releasing --- .github/workflows/alpha.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 7023b1275..bb9c8c1ed 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -60,11 +60,7 @@ jobs: run: | npm i -g gluon-build@next - - name: Activate gluon CLI - run: pnpm gluon import - - name: Bump version - if: ${{ github.event.inputs.update_version == true }} run: | pnpm gluon ci --brand alpha --bump prerelease @@ -128,7 +124,9 @@ jobs: npm i -g gluon-build@next - name: Activate gluon CLI - run: pnpm gluon import + run: | + echo "There's a bug in the gluon CLI, we run this so that gluon sets everything up correctly" + pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }} - name: Check version run: |