Skip to content

Commit 2bb5b0a

Browse files
committed
fix(ci): force publish as a public package
1 parent 8027824 commit 2bb5b0a

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
@@ -26,4 +26,4 @@ jobs:
2626
- run: yarn
2727

2828
- name: Publish to npm
29-
run: yarn npm publish
29+
run: yarn npm publish --access public

0 commit comments

Comments
 (0)