We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7705757 commit 261b0ffCopy full SHA for 261b0ff
packages/js/src/executors/release-publish/release-publish.impl.ts
@@ -201,7 +201,7 @@ export default async function runExecutor(
201
}
202
203
const npmPublishCommandSegments = [
204
- `npm publish ${packageRoot} --json --"${registryConfigKey}=${registry}" --tag=${tag}`,
+ `npm publish "${packageRoot}" --json --"${registryConfigKey}=${registry}" --tag=${tag}`,
205
];
206
207
if (options.otp) {
0 commit comments