npm/canary: Fix typo in publish script (#43020)

This commit is contained in:
Dominik Prokop
2021-12-13 10:38:31 +01:00
committed by GitHub
parent da75e4b910
commit 1809513575

View File

@@ -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