Skip to content

Commit 7ea5881

Browse files
committed
Update LATEST_GA to false to prepare for 3.0.0's release
Closes gh-33345
1 parent 1de09f4 commit 7ea5881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ jobs:
756756
<<: *sdkman-task-params
757757
RELEASE_TYPE: RELEASE
758758
BRANCH: ((branch))
759-
LATEST_GA: true
759+
LATEST_GA: false
760760
- name: update-homebrew-tap
761761
serial: true
762762
plan:
@@ -772,7 +772,7 @@ jobs:
772772
image: ci-image
773773
file: git-repo/ci/tasks/update-homebrew-tap.yml
774774
params:
775-
LATEST_GA: true
775+
LATEST_GA: false
776776
- put: homebrew-tap-repo
777777
params:
778778
repository: updated-homebrew-tap-repo

0 commit comments

Comments
 (0)