Skip to content

Commit 083b2bb

Browse files
committed
fixed release workflow
1 parent bbbb2d8 commit 083b2bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
run: |
3838
npm install
3939
npm run build
40+
env:
41+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
4043
- name: Setup Version
4144
run: |
4245
node_modules/.bin/json -I -f package.json -e "this.version='$VERSION'"

0 commit comments

Comments
 (0)