diff --git a/scripts/circle-release-canary-packages.sh b/scripts/circle-release-canary-packages.sh index a0e739ff018..d3d3dd7c65e 100755 --- a/scripts/circle-release-canary-packages.sh +++ b/scripts/circle-release-canary-packages.sh @@ -20,7 +20,7 @@ else echo "Changes detected in ${count} packages" echo "Starting to release latest canary version" - echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc + echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc # For some reason the --no-git-reset is not working as described so # to get lerna to publish the packages we need to do a commit to the