From 0548f90b2b256673f67932dcf05a34fbf23c0dd0 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 20 May 2021 15:36:26 -0700 Subject: [PATCH] Set LATEST_GA flag to true --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6233e9137e..4792e7bbc3 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -623,7 +623,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: false + LATEST_GA: true - name: update-homebrew-tap serial: true plan: @@ -639,7 +639,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