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 0cc82ac commit 8ab2fe9Copy full SHA for 8ab2fe9
.github/workflows/node.js.yml
@@ -108,7 +108,7 @@ jobs:
108
node-version: "16.x"
109
registry-url: 'https://registry.npmjs.org'
110
- run: yarn
111
- - run: yarn npm publish --access public --tag latest
+ - run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish --access public --tag latest
112
env:
113
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
114
0 commit comments