Skip to content

Commit 613cecb

Browse files
committed
publish access public
1 parent b49faa6 commit 613cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
echo "Extracted tag: $TAG_NAME"
4343
npm version $TAG_NAME --no-git-tag-version --allow-same-version
4444
- name: Publish package
45-
run: npm publish
45+
run: npm publish --access public
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)