Skip to content

Commit ae56fb8

Browse files
authored
Set access to public
1 parent 98d2556 commit ae56fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
- name: publish the package to NPM
8181
run: |
8282
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
83-
npm publish
83+
npm publish --access public
8484
env:
8585
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)