Skip to content

Commit

Permalink
Update LATEST_GA to false to prepare for 3.0.0's release
Browse files Browse the repository at this point in the history
Closes gh-33345
  • Loading branch information
wilkinsona committed Nov 24, 2022
1 parent 1de09f4 commit 7ea5881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ jobs:
<<: *sdkman-task-params
RELEASE_TYPE: RELEASE
BRANCH: ((branch))
LATEST_GA: true
LATEST_GA: false
- name: update-homebrew-tap
serial: true
plan:
Expand All @@ -772,7 +772,7 @@ jobs:
image: ci-image
file: git-repo/ci/tasks/update-homebrew-tap.yml
params:
LATEST_GA: true
LATEST_GA: false
- put: homebrew-tap-repo
params:
repository: updated-homebrew-tap-repo
Expand Down

0 comments on commit 7ea5881

Please sign in to comment.