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 e517df9 commit 5942334Copy full SHA for 5942334
.github/workflows/npm-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- run: chmod +x cli.js
32
- - run: npm publish --access public
+ - run: npm publish --access public --force
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments