Skip to content

Commit 42f8f35

Browse files
committed
update publish scripts
1 parent fffc8bd commit 42f8f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
cache: "pnpm"
9393
- run: pnpm install
9494
- run: pnpm build
95-
- run: pnpm publish
95+
- run: pnpm publish --access public --no-git-checks
9696
env:
9797
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)