Skip to content

Commit f0ed2a8

Browse files
Set LATEST_GA to false in CI pipeline
Closes gh-35556
1 parent f570377 commit f0ed2a8

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
@@ -633,7 +633,7 @@ jobs:
633633
<<: *sdkman-task-params
634634
RELEASE_TYPE: RELEASE
635635
BRANCH: ((branch))
636-
LATEST_GA: true
636+
LATEST_GA: false
637637
- name: update-homebrew-tap
638638
serial: true
639639
plan:
@@ -649,7 +649,7 @@ jobs:
649649
image: ci-image
650650
file: git-repo/ci/tasks/update-homebrew-tap.yml
651651
params:
652-
LATEST_GA: true
652+
LATEST_GA: false
653653
- put: homebrew-tap-repo
654654
params:
655655
repository: updated-homebrew-tap-repo

0 commit comments

Comments
 (0)