Skip to content

Commit cd418d4

Browse files
authored
fix workflow
1 parent 1e7846a commit cd418d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install dependencies
3232
run: pnpm install --frozen-lockfile
3333

34+
- name: Create .npmrc file
35+
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
36+
3437
- name: Publish
3538
run: pnpm publish-sdk
3639
env:

0 commit comments

Comments
 (0)