Skip to content

Commit 66be784

Browse files
committed
usevariants in buildandcomment
1 parent ccb0d15 commit 66be784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/commands/githubActions/bumpUpstream

src/commands/githubActions/bumpUpstream/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ async function gaBumpUpstreamHandler({
146146
}
147147

148148
const gitHead = await getGitHead();
149-
await buildAndComment({ dir, commitSha: gitHead.commit, branch: branchName });
149+
await buildAndComment({ dir, commitSha: gitHead.commit, branch: branchName, all_variants: useVariants });
150150
}
151151

152152
/**

0 commit comments

Comments
 (0)