Skip to content

Commit 5adcead

Browse files
authored
Merge pull request #8 from provectus/npx-package
Make the package public
2 parents bf284ad + ff34f24 commit 5adcead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: npm install
2525

2626
- name: Publish to GitHub Packages
27-
run: npm publish
27+
run: npm publish --access=public
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)