Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit c12e291

Browse files
committed
Update publish command
1 parent faca40b commit c12e291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
node-version: 20.5.1
2828
registry-url: https://npm.pkg.github.com/
2929
- run: npm ci
30-
- run: npm publish
30+
- run: npm publish --access=public
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)