Skip to content

Commit d321c6f

Browse files
authored
Update publish.yml
1 parent 20cb0f0 commit d321c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Build
2121
run: yarn build
2222
- name: Publish
23-
run: npm publish .
23+
run: npm publish --access=public
2424
env:
2525
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)