Update LATEST_GA to false to prepare for 3.0.0's release

Closes gh-33345
pull/33648/head
Andy Wilkinson 2 years ago
parent 1de09f493f
commit 7ea5881066

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

Loading…
Cancel
Save