diff --git a/release.config.js b/release.config.js index d172561c..cfada17f 100644 --- a/release.config.js +++ b/release.config.js @@ -26,7 +26,7 @@ module.exports = { [ '@semantic-release/exec', { - prepareCmd: `VERSION=\${nextRelease.version} npx nx run-many -t release --verbose && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}`, + prepareCmd: `(VERSION=\${nextRelease.version} npx nx run-many -t release --verbose && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}) >> output.txt || cat output.txt`, }, ], [