From ef19f2495972ebfa8ece62653eef59aef1ff502b Mon Sep 17 00:00:00 2001 From: Cody Kaup Date: Mon, 9 Dec 2024 10:59:42 -0600 Subject: [PATCH] WIP4 --- node-src/tasks/verify.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-src/tasks/verify.ts b/node-src/tasks/verify.ts index 408eb786c..0d74511a1 100644 --- a/node-src/tasks/verify.ts +++ b/node-src/tasks/verify.ts @@ -274,8 +274,8 @@ export const verifyBuild = async (ctx: Context, task: Task) => { list || ctx.isPublishOnly || matchesBranch?.( - ctx.options.exitOnceUploaded ?? - ctx.configuration.exitOnceUploaded ?? + ctx.options.exitOnceUploaded || + ctx.configuration.exitOnceUploaded || ctx.options.exitOnceUploaded ) ) {