diff --git a/apps/cli/src/index.tsx b/apps/cli/src/index.tsx index f40a4c5..747eafb 100644 --- a/apps/cli/src/index.tsx +++ b/apps/cli/src/index.tsx @@ -78,7 +78,9 @@ const available = await bumpFinder.list(); if (!pkg) { if (autoDetect) { - const detected = await bumpFinder.detect(); + const detected = await bumpFinder.detect( + autoDetect === true ? undefined : autoDetect, + ); if (detected.length > 0) { if (detected.length > 1) {