export var

This commit is contained in:
Alexander Wang 2025-03-24 11:47:56 -06:00
parent f22d8a43c7
commit 5851380cc5
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

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