We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d058b commit 2bd2f84Copy full SHA for 2bd2f84
.github/workflows/publish-to-npm.yaml
@@ -41,6 +41,6 @@ jobs:
41
NODE_OPTIONS: --max_old_space_size=8192
42
43
- name: Publish to npm
44
- run: npm publish
+ run: npm publish --access public
45
env:
46
0 commit comments