We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3bc26 commit 01767cbCopy full SHA for 01767cb
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: npm version ${TAG_NAME} --git-tag-version=false
20
env:
21
TAG_NAME: ${{ github.event.release.tag_name }}
22
- - run: npm whoami; npm --ignore-scripts publish --allow-same-version
+ - run: npm whoami; npm --ignore-scripts publish --allow-same-version --access public
23
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
25
- uses: actions/upload-pages-artifact@v3
0 commit comments