Skip to content

Commit 0af455f

Browse files
Set LATEST_GA in CI pipeline to true
Closes gh-35557
1 parent b204672 commit 0af455f

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: false
636+
LATEST_GA: true
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: false
652+
LATEST_GA: true
653653
- put: homebrew-tap-repo
654654
params:
655655
repository: updated-homebrew-tap-repo

0 commit comments

Comments
 (0)