We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf32df commit 8675197Copy full SHA for 8675197
.github/workflows/main.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
node-version: latest
24
registry-url: https://registry.npmjs.org/
25
- - run: npm ci && npm publish
+ - run: npm ci && npm publish --access public
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments