fix(release): npm publish error when file path contains spaces (#24750)
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #24682
This commit is contained in:
parent
7705757c62
commit
261b0ff002
@ -201,7 +201,7 @@ export default async function runExecutor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
const npmPublishCommandSegments = [
|
const npmPublishCommandSegments = [
|
||||||
`npm publish ${packageRoot} --json --"${registryConfigKey}=${registry}" --tag=${tag}`,
|
`npm publish "${packageRoot}" --json --"${registryConfigKey}=${registry}" --tag=${tag}`,
|
||||||
];
|
];
|
||||||
|
|
||||||
if (options.otp) {
|
if (options.otp) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user