Skip to content

Commit 454c5b9

Browse files
fix
1 parent 00a7ed3 commit 454c5b9

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
@@ -51,7 +51,6 @@ jobs:
5151

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

0 commit comments

Comments
 (0)