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 00a7ed3 commit 454c5b9Copy full SHA for 454c5b9
.github/workflows/ci.yml
@@ -51,7 +51,6 @@ jobs:
51
52
- name: Publish to npm
53
run: |
54
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
55
if [[ ${GITHUB_REF} == *alpha* ]]; then
56
npm publish --access public --tag alpha
57
elif [[ ${GITHUB_REF} == *beta* ]]; then
0 commit comments