mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
npm/canary: Fix typo in publish script (#43020)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user