Set LATEST_GA to false in CI pipeline

Closes gh-35556
This commit is contained in:
Scott Frederick 2023-05-18 15:24:08 -05:00
parent f5703778ca
commit f0ed2a8e4c

View File

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