Skip to content

Commit 3c83d06

Browse files
committed
update experimental to reflect the actions in main
1 parent 8f4b6ae commit 3c83d06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: yarn
2727
- name: build release
2828
run: yarn build
29+
env:
30+
FLAVOR: ${{ github.ref_name }}
2931
- name: create distribution
3032
run: node ./tools/distribute.js ${{ github.ref_name }}
3133
env:
@@ -37,4 +39,3 @@ jobs:
3739
PROJECT_ID: ${{ secrets.PROJECT_ID }}
3840
STORAGE_BUCKET: ${{ secrets.STORAGE_BUCKET }}
3941
GITHUB_REF: ${{ github.ref_name }}
40-
FLAVOR: ${{ github.ref_name }}

0 commit comments

Comments
 (0)