Skip to content

Commit 2bd2f84

Browse files
authored
Update publish-to-npm.yaml
Add public param
1 parent 97d058b commit 2bd2f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
NODE_OPTIONS: --max_old_space_size=8192
4242

4343
- name: Publish to npm
44-
run: npm publish
44+
run: npm publish --access public
4545
env:
4646
NODE_OPTIONS: --max_old_space_size=8192

0 commit comments

Comments
 (0)