Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: dist tag retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 8, 2021
1 parent 840d36d commit 8f063d0
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 @@ -120,7 +120,7 @@ jobs:
steps:
- checkout
- jq/install
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~.npmrc
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~.npmrc
- run: yarn promote-dist-tags

close-CTC:
Expand Down

0 comments on commit 8f063d0

Please sign in to comment.