Merge pull request #2453 from alixander/attempt-fix-npm-nightly

export var
This commit is contained in:
Alexander Wang 2025-03-24 10:48:11 -07:00 committed by GitHub
commit c2e7a0641e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}