diff --git a/tools/depgraph.js b/tools/depgraph.js index 7e888f7..981b951 100644 --- a/tools/depgraph.js +++ b/tools/depgraph.js @@ -511,7 +511,10 @@ async function executeDepGraph({ seen.add(dep); } if (statuses[target]) { - if (!artifacts[target].publishTarget) { + if ( + !artifacts[target].publishTarget && + !(statuses[target] === "publishToRegistry" && !publish) + ) { plan.push({ artifact: target, action: statuses[target],