Skip to content

Commit 7766065

Browse files
committed
fix actions
1 parent c70ded5 commit 7766065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ jobs:
157157
158158
- name: Publish
159159
if: success()
160-
run: npm publish
160+
run: npm publish --access=public
161161
env:
162162
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

.github/workflows/publish_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ jobs:
161161

162162
- name: Publish
163163
if: success()
164-
run: npm publish --tag next
164+
run: npm publish --tag next --access=public
165165
env:
166166
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)