From 7ea58810660e45cd89e7b1a6e7b9a623de67586e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 24 Nov 2022 15:51:38 +0000 Subject: [PATCH] Update LATEST_GA to false to prepare for 3.0.0's release Closes gh-33345 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index d1ceaaee1a..37651e5669 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -756,7 +756,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - name: update-homebrew-tap serial: true plan: @@ -772,7 +772,7 @@ jobs: image: ci-image file: git-repo/ci/tasks/update-homebrew-tap.yml params: - LATEST_GA: true + LATEST_GA: false - put: homebrew-tap-repo params: repository: updated-homebrew-tap-repo