It lives!
This commit is contained in:
parent
67299ce6fe
commit
0c611c1fba
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue