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