We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d15883 commit 44e4f43Copy full SHA for 44e4f43
.github/workflows/release-js-package.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Create .npmrc file
35
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
36
+ env:
37
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
39
- name: Publish
40
run: pnpm publish-sdk
0 commit comments