Skip to content

Commit a6bee79

Browse files
committed
Set package to public
1 parent 1ab6a1e commit a6bee79

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
@@ -36,6 +36,6 @@ jobs:
3636
- name: publish
3737
run: |
3838
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
39-
npm publish --provenance
39+
npm publish --provenance --access public
4040
env:
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)