Set LATEST_GA in CI pipeline to true
Closes gh-35557
This commit is contained in:
@@ -633,7 +633,7 @@ jobs:
|
||||
<<: *sdkman-task-params
|
||||
RELEASE_TYPE: RELEASE
|
||||
BRANCH: ((branch))
|
||||
LATEST_GA: false
|
||||
LATEST_GA: true
|
||||
- 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: false
|
||||
LATEST_GA: true
|
||||
- put: homebrew-tap-repo
|
||||
params:
|
||||
repository: updated-homebrew-tap-repo
|
||||
|
||||
Reference in New Issue
Block a user