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.
2 parents 8978fa4 + 80a0525 commit 2b006e5Copy full SHA for 2b006e5
.github/workflows/npm-publish.yml
@@ -30,6 +30,6 @@ jobs:
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci --force
32
- run: npm run build --if-present --isNpmBuild
33
- - run: npm publish
+ - run: npm publish --access=public
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments