From 07d8c996058b70d5a19a7ee302a99c2c97f94367 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 23 Nov 2023 16:57:22 +0100 Subject: [PATCH] Switch LATEST_GA for 3.1.x to false --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index d661686d42..46bc9e7774 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -589,7 +589,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - 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: true + LATEST_GA: false - put: homebrew-tap-repo params: repository: updated-homebrew-tap-repo