We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446936a commit a25657fCopy full SHA for a25657f
.github/workflows/publish.yml
@@ -30,4 +30,4 @@ jobs:
30
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
31
32
- name: Publish to npm
33
- run: npm publish --tag ${{ steps.version.outputs.VERSION }}
+ run: npm publish --access public
0 commit comments