Skip to content

Commit 53ed845

Browse files
committed
ci: add public access flag to npm publish command
1 parent 2d73561 commit 53ed845

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
@@ -44,7 +44,7 @@ jobs:
4444
4545
echo "Publishing $VERSION with $NPM_TAG tag."
4646
47-
npm publish --tag $NPM_TAG --provenance
47+
npm publish --tag $NPM_TAG --provenance --access public
4848
4949
env:
5050
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)