Set LATEST_GA in CI pipeline to true

Closes gh-35557
This commit is contained in:
Scott Frederick 2023-05-18 15:27:51 -05:00
parent b20467281b
commit 0af455f29b
1 changed files with 2 additions and 2 deletions

View File

@ -633,7 +633,7 @@ jobs:
<<: *sdkman-task-params <<: *sdkman-task-params
RELEASE_TYPE: RELEASE RELEASE_TYPE: RELEASE
BRANCH: ((branch)) BRANCH: ((branch))
LATEST_GA: false LATEST_GA: true
- name: update-homebrew-tap - name: update-homebrew-tap
serial: true serial: true
plan: plan:
@ -649,7 +649,7 @@ jobs:
image: ci-image image: ci-image
file: git-repo/ci/tasks/update-homebrew-tap.yml file: git-repo/ci/tasks/update-homebrew-tap.yml
params: params:
LATEST_GA: false LATEST_GA: true
- put: homebrew-tap-repo - put: homebrew-tap-repo
params: params:
repository: updated-homebrew-tap-repo repository: updated-homebrew-tap-repo