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 562352c commit 2b68a64Copy full SHA for 2b68a64
.github/workflows/package-publish.yml
@@ -58,8 +58,8 @@ jobs:
58
yarn build
59
- name: Publish to npm
60
run: |
61
- echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc
62
cd ./dist
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" > .npmrc
63
if [ -z "${{ github.event.inputs.npm_tag }}" ]; then
64
npm publish --access=public
65
else
0 commit comments