Skip to content

Commit

Permalink
always push if merge is pending
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 29, 2024
1 parent 9bde68a commit 298ca03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,10 @@ class Updater {
const version = milestoneVersion.toVersion();
const majorVersion = version.majorVersion;

if (options.mergeReleasePullRequest) {
options.gitPush = true;
}

Deno.env.set("KEYCLOAK_RUST_VERSION", milestoneVersion.toString());
Deno.env.set("KEYCLOAK_VERSION", version.toString());
Deno.env.set("KEYCLOAK_RUST_MAJOR_VERSION", majorVersion);
Expand Down

0 comments on commit 298ca03

Please sign in to comment.