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:
Jack Westbrook
2023-04-18 11:02:37 +02:00
committed by GitHub
parent efa641040d
commit e97befa221
3 changed files with 4 additions and 3 deletions

View File

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