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 729d73b commit 4308271Copy full SHA for 4308271
.github/workflows/publish.yaml
@@ -29,7 +29,6 @@ jobs:
29
run: npm run build
30
31
- name: Publish package
32
- run: npm publish --access public
33
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: |
+ npm set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
+ npm publish --access public
0 commit comments