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

Commit 9de2056

Browse files
committed
adjust for initial release
1 parent 1c35551 commit 9de2056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- run: npm install
2020
- run: npm run lint
2121
- run: npm run build:prod
22-
- run: npm publish
22+
- run: npm publish --access public
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}

0 commit comments

Comments
 (0)