Switch LATEST_GA for 3.1.x to false

This commit is contained in:
Moritz Halbritter 2023-11-23 16:57:22 +01:00
parent 9552335c15
commit 07d8c99605
1 changed files with 2 additions and 2 deletions

View File

@ -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