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 58a48c1 commit 495e00cCopy full SHA for 495e00c
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Build
49
run: yarn build
50
+ - name: Set up NPM authentication
51
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
52
- name: Publish
- run: yarn publish --access public --no-git-tag-version --tag latest
- env:
53
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --access public --no-git-tag-version --tag latest
0 commit comments