We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c34a659 + 857dc3f commit 4934859Copy full SHA for 4934859
.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