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

Commit 58d8331

Browse files
committed
fix: package access
1 parent b7157a0 commit 58d8331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
version: 8
2020
- run: pnpm i --frozen-lockfile
2121
- run: pnpm build
22-
- run: npm publish
22+
- run: npm publish --access=public
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)