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 0d77c7d commit d8a62acCopy full SHA for d8a62ac
.github/workflows/npm-publish.yml
@@ -22,8 +22,8 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 16
25
- registry-url: https://registry.npmjs.org/
+ registry-url: https://registry.npmjs.org
26
- run: npm ci
27
- run: npm publish
28
env:
29
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments