Skip to content

Commit 5ff0bc2

Browse files
committed
fix pnpm publish
1 parent 17ebebb commit 5ff0bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: pnpm run test
2828

2929
- name: Publish to npm
30-
run: pnpm publish
30+
run: pnpm publish --access public --no-git-checks
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)