Set LATEST_GA to false in CI pipeline

Closes gh-31120
This commit is contained in:
Stephane Nicoll 2022-06-13 12:43:34 +02:00
parent 63fdd729f5
commit d3b4cbada8
1 changed files with 2 additions and 2 deletions

View File

@ -755,7 +755,7 @@ jobs:
<<: *sdkman-task-params
RELEASE_TYPE: RELEASE
BRANCH: ((branch))
LATEST_GA: true
LATEST_GA: false
- name: update-homebrew-tap
serial: true
plan:
@ -771,7 +771,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