From 1809513575d55109980ba07b7e9216df7f73731e Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Mon, 13 Dec 2021 10:38:31 +0100 Subject: [PATCH] npm/canary: Fix typo in publish script (#43020) --- scripts/circle-release-canary-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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