Skip to content

Commit

Permalink
Set 3.3.x CLI release to no longer be the default on SDKMAN
Browse files Browse the repository at this point in the history
Closes gh-43246
  • Loading branch information
wilkinsona committed Nov 22, 2024
1 parent 46f59c7 commit 69100b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Publish to SDKMAN!
uses: ./.github/actions/publish-to-sdkman
with:
make-default: true
make-default: false
sdkman-consumer-key: ${{ secrets.SDKMAN_CONSUMER_KEY }}
sdkman-consumer-token: ${{ secrets.SDKMAN_CONSUMER_TOKEN }}
spring-boot-version: ${{ needs.build-and-stage-release.outputs.version }}
Expand Down

0 comments on commit 69100b7

Please sign in to comment.