From f3d48e64a5f4a310e694d6e83987f6db17af7632 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Nov 2023 12:12:57 +0000 Subject: [PATCH] Set LATEST_GA to true for Homebrew and SDKMan Closes gh-38512 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 46bc9e777450..d661686d422c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -589,7 +589,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: false + LATEST_GA: true - name: update-homebrew-tap serial: true plan: @@ -605,7 +605,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