Skip to content

Commit 5ccd70c

Browse files
committed
Update LATEST_GA settings in preparation for 2.6.0
Closes gh-28729
1 parent a1a04eb commit 5ccd70c

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
@@ -668,7 +668,7 @@ jobs:
668668
<<: *sdkman-task-params
669669
RELEASE_TYPE: RELEASE
670670
BRANCH: ((branch))
671-
LATEST_GA: true
671+
LATEST_GA: false
672672
- name: update-homebrew-tap
673673
serial: true
674674
plan:
@@ -684,7 +684,7 @@ jobs:
684684
image: ci-image
685685
file: git-repo/ci/tasks/update-homebrew-tap.yml
686686
params:
687-
LATEST_GA: true
687+
LATEST_GA: false
688688
- put: homebrew-tap-repo
689689
params:
690690
repository: updated-homebrew-tap-repo

0 commit comments

Comments
 (0)