Skip to content

Commit a25657f

Browse files
committed
Public access
1 parent 446936a commit a25657f

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
@@ -30,4 +30,4 @@ jobs:
3030
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
3131

3232
- name: Publish to npm
33-
run: npm publish --tag ${{ steps.version.outputs.VERSION }}
33+
run: npm publish --access public

0 commit comments

Comments
 (0)