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

pull/42809/head^2
Dominik Prokop 4 years ago committed by GitHub
parent da75e4b910
commit 1809513575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save