mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 18:06:35 +00:00
chore: Update alpha.yml workflow to use input variables for releasing
This commit is contained in:
8
.github/workflows/alpha.yml
vendored
8
.github/workflows/alpha.yml
vendored
@@ -60,11 +60,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm i -g gluon-build@next
|
npm i -g gluon-build@next
|
||||||
|
|
||||||
- name: Activate gluon CLI
|
|
||||||
run: pnpm gluon import
|
|
||||||
|
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
if: ${{ github.event.inputs.update_version == true }}
|
|
||||||
run: |
|
run: |
|
||||||
pnpm gluon ci --brand alpha --bump prerelease
|
pnpm gluon ci --brand alpha --bump prerelease
|
||||||
|
|
||||||
@@ -128,7 +124,9 @@ jobs:
|
|||||||
npm i -g gluon-build@next
|
npm i -g gluon-build@next
|
||||||
|
|
||||||
- name: Activate gluon CLI
|
- 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
|
- name: Check version
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user