Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 21e2f96

Browse files
authored
💚 Do not depend on gluon
1 parent 99a5d0e commit 21e2f96

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ jobs:
1919
- name: Setup gluon
2020
run: |
2121
yarn
22-
23-
cd gluon
24-
npm i -g . --force
25-
cd ..
22+
npm i -g gluon-build@next
2623
2724
- name: Bump version
2825
run: |
29-
gluon ci --brand alpha --bump prerelease
26+
yarn gluon ci --brand alpha --bump prerelease
3027
3128
- name: Debug
3229
run: |
@@ -232,7 +229,7 @@ jobs:
232229
run: yarn build --verbose
233230

234231
- name: Package
235-
run: gluon package
232+
run: yarn gluon package
236233

237234
- name: Rename artifacts
238235
run: |

0 commit comments

Comments
 (0)