diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index a81a234e1..7d5d2e27b 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -73,7 +73,7 @@ jobs: // Write back to file fs.writeFileSync(pluginPath, pluginContent); }).catch((err) => { - console.error('Plugin file is not valid XML'); + console.error('Plugin file is not valid XML', err); process.exit(1); });