Skip to content

Commit

Permalink
WIP4
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Dec 9, 2024
1 parent c88b1e1 commit ef19f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-src/tasks/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
) {
Expand Down

0 comments on commit ef19f24

Please sign in to comment.