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 18f53d5 commit 352ebfeCopy full SHA for 352ebfe
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Publish to NPM
43
run: |
44
cd dist-npm
45
+ echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
46
npm publish
47
env:
48
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments