Skip to content

Commit 29efdb3

Browse files
Fix publish command
1 parent 10e1fb7 commit 29efdb3

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
@@ -22,4 +22,4 @@ jobs:
2222
run: pnpm test
2323

2424
- name: publish
25-
run: pnpm publish
25+
run: pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)