diff --git a/src/commands/githubActions/bumpUpstream/index.ts b/src/commands/githubActions/bumpUpstream/index.ts index 0f8c10f2..8de15d1d 100644 --- a/src/commands/githubActions/bumpUpstream/index.ts +++ b/src/commands/githubActions/bumpUpstream/index.ts @@ -146,7 +146,7 @@ async function gaBumpUpstreamHandler({ } const gitHead = await getGitHead(); - await buildAndComment({ dir, commitSha: gitHead.commit, branch: branchName }); + await buildAndComment({ dir, commitSha: gitHead.commit, branch: branchName, all_variants: useVariants }); } /**