Skip to content

Commit

Permalink
ci: fix npm auth again (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
loderunner authored Feb 13, 2024
1 parent 170dc0a commit 67279ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run:
name: Publish
command: |
npm config set _auth "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
npm config set //registry.npmjs.org/:_auth "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
npm run publish
workflows:
Expand Down

0 comments on commit 67279ee

Please sign in to comment.