ci(release): fail fast on red release children

(cherry picked from commit 8d7038775f)
This commit is contained in:
Peter Steinberger
2026-06-01 22:41:49 +01:00
parent afdf9aaea0
commit 4e45010203
7 changed files with 144 additions and 27 deletions

View File

@@ -477,7 +477,7 @@ export function buildPublishCommand(options) {
["npm_dist_tag", options.npmDistTag],
["plugin_publish_scope", options.pluginPublishScope],
["publish_openclaw_npm", "true"],
["release_profile", options.releaseProfile],
["release_profile", "from-validation"],
["wait_for_clawhub", "false"],
];
if (options.npmTelegramRunId) {