We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70ded5 commit 7766065Copy full SHA for 7766065
.github/workflows/publish.yml
@@ -157,6 +157,6 @@ jobs:
157
158
- name: Publish
159
if: success()
160
- run: npm publish
+ run: npm publish --access=public
161
env:
162
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
.github/workflows/publish_prerelease.yml
@@ -161,6 +161,6 @@ jobs:
163
164
- run: npm publish --tag next
+ run: npm publish --tag next --access=public
165
166
0 commit comments