Skip to content

Commit 8675197

Browse files
committed
Add --access public to publish cmd
1 parent 1cf32df commit 8675197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
node-version: latest
2424
registry-url: https://registry.npmjs.org/
25-
- run: npm ci && npm publish
25+
- run: npm ci && npm publish --access public
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)