From 66be784b4a9a1b5b6698e3517dc025056688422b Mon Sep 17 00:00:00 2001 From: Marketen Date: Thu, 22 May 2025 21:07:51 +0200 Subject: [PATCH] usevariants in buildandcomment --- src/commands/githubActions/bumpUpstream/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); } /**