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 9351ab8 commit 3b2c55dCopy full SHA for 3b2c55d
.github/workflows/npm-publish.yml
@@ -30,6 +30,6 @@ jobs:
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci
32
- run: npm run build
33
- - run: npm publish
+ - run: npm publish --access public
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments