mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-19 19:37:13 +00:00
chore: Update alpha.yml workflow to use input variables for releasing
This commit is contained in:
10
.github/workflows/alpha.yml
vendored
10
.github/workflows/alpha.yml
vendored
@@ -60,6 +60,9 @@ 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: |
|
||||
@@ -124,11 +127,8 @@ jobs:
|
||||
run: |
|
||||
npm i -g gluon-build@next
|
||||
|
||||
- name: Gluon fix
|
||||
run: |
|
||||
echo "This is a workaround for a bug in gluon, I don't know why it's needed but it is"
|
||||
mkdir -p .gluon
|
||||
touch .gluon/command
|
||||
- name: Activate gluon CLI
|
||||
run: pnpm gluon import
|
||||
|
||||
- name: Check version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user