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 db24870 commit 0c39fa6Copy full SHA for 0c39fa6
.github/workflows/node.js.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: 16
40
registry-url: https://registry.npmjs.org/
41
- run: npm ci
42
- - run: npm run publish
+ - run: npm publish
43
env:
44
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
45
0 commit comments