Skip to content

Commit f3d48e6

Browse files
committed
Set LATEST_GA to true for Homebrew and SDKMan
Closes gh-38512
1 parent 1514d6f commit f3d48e6

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
@@ -589,7 +589,7 @@ jobs:
589589
<<: *sdkman-task-params
590590
RELEASE_TYPE: RELEASE
591591
BRANCH: ((branch))
592-
LATEST_GA: false
592+
LATEST_GA: true
593593
- name: update-homebrew-tap
594594
serial: true
595595
plan:
@@ -605,7 +605,7 @@ jobs:
605605
image: ci-image
606606
file: git-repo/ci/tasks/update-homebrew-tap.yml
607607
params:
608-
LATEST_GA: false
608+
LATEST_GA: true
609609
- put: homebrew-tap-repo
610610
params:
611611
repository: updated-homebrew-tap-repo

0 commit comments

Comments
 (0)