Skip to content

Commit b420db7

Browse files
fix
1 parent e498b54 commit b420db7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050

5151
- name: Publish to npm
5252
run: |
53-
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
5453
if [[ ${GITHUB_REF} == *alpha* ]]; then
5554
npm publish --access public --tag alpha
5655
elif [[ ${GITHUB_REF} == *beta* ]]; then

0 commit comments

Comments
 (0)