It lives!
This commit is contained in:
parent
67299ce6fe
commit
0c611c1fba
|
@ -511,7 +511,10 @@ async function executeDepGraph({
|
||||||
seen.add(dep);
|
seen.add(dep);
|
||||||
}
|
}
|
||||||
if (statuses[target]) {
|
if (statuses[target]) {
|
||||||
if (!artifacts[target].publishTarget) {
|
if (
|
||||||
|
!artifacts[target].publishTarget &&
|
||||||
|
!(statuses[target] === "publishToRegistry" && !publish)
|
||||||
|
) {
|
||||||
plan.push({
|
plan.push({
|
||||||
artifact: target,
|
artifact: target,
|
||||||
action: statuses[target],
|
action: statuses[target],
|
||||||
|
|
Loading…
Reference in New Issue