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 61d8494 commit 6499e81Copy full SHA for 6499e81
.github/workflows/release-please.yml
@@ -27,7 +27,7 @@ jobs:
27
if: ${{ steps.release.outputs.release_created }}
28
- run: npm ci
29
30
- - run: npm publish
+ - run: npm publish --access public
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
33
0 commit comments