export var
This commit is contained in:
parent
f22d8a43c7
commit
5851380cc5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
|
|
@ -51,7 +51,9 @@ jobs:
|
|||
|
||||
- name: Publish nightly version to NPM
|
||||
if: steps.check_changes.outputs.has_changes == 'true'
|
||||
run: COLOR=1 NPM_VERSION=nightly ./make.sh js
|
||||
run: |
|
||||
export NPM_VERSION=nightly
|
||||
COLOR=1 ./make.sh js
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue