fix: restore release-check control flow after export guard merge

This commit is contained in:
Peter Steinberger 2026-03-02 21:35:12 +00:00
parent 76d6514ff5
commit 453a1c179d

View File

@ -164,6 +164,10 @@ function checkAppcastSparkleVersions() {
console.error("release-check: appcast sparkle version validation failed:");
for (const error of errors) {
console.error(` - ${error}`);
}
process.exit(1);
}
}
// Critical functions that channel extension plugins import from openclaw/plugin-sdk.
// If any are missing from the compiled output, plugins crash at runtime (#27569).