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 eddc070 commit c6cd561Copy full SHA for c6cd561
.github/workflows/publish-npm.yml
@@ -21,6 +21,8 @@ jobs:
21
env:
22
TAG_VERSION: ${{env.TAG_VERSION}}
23
GIT_HEAD: ${{env.GIT_HEAD}}
24
+ - name: Gen .npmrc
25
+ run: echo "//registry.npmjs.com/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > ./.npmrc
26
- name: Publish
27
run: sh ./scripts/publish.sh
28
0 commit comments