Skip to content

Commit 44e4f43

Browse files
committed
fix workflow
1 parent 9d15883 commit 44e4f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-js-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: Create .npmrc file
3535
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
36+
env:
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3638

3739
- name: Publish
3840
run: pnpm publish-sdk

0 commit comments

Comments
 (0)