mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 16:22:35 +08:00
Fix: NPM canary releases (#66727)
* fix(packages): remove double trailing slash from npmrc credentials * chore(packages): add new line to storybook config to trigger an npm canary release
This commit is contained in:
@ -1181,7 +1181,7 @@ def release_canary_npm_packages_step(trigger = None):
|
||||
"NPM_TOKEN": from_secret("npm_token"),
|
||||
},
|
||||
"commands": [
|
||||
"./scripts/publish-npm-packages.sh --dist-tag 'canary' --registry 'https://registry.npmjs.org/'",
|
||||
"./scripts/publish-npm-packages.sh --dist-tag 'canary' --registry 'https://registry.npmjs.org'",
|
||||
],
|
||||
}
|
||||
if trigger:
|
||||
|
Reference in New Issue
Block a user