From 516d9dbc6b641be465641be13fed8c4a97ba9d7b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 May 2022 12:02:00 +0100 Subject: [PATCH] Update CI pipeline in preparation for 2.7.0 Closes gh-31119 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 56a5fc4b773f..436358c993a1 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -755,7 +755,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: false + LATEST_GA: true - name: update-homebrew-tap serial: true plan: @@ -771,7 +771,7 @@ jobs: image: ci-image file: git-repo/ci/tasks/update-homebrew-tap.yml params: - LATEST_GA: false + LATEST_GA: true - put: homebrew-tap-repo params: repository: updated-homebrew-tap-repo