Make new candidate the default when publishing to SDKMAN

Closes gh-40425
This commit is contained in:
Andy Wilkinson
2024-04-18 11:27:19 +01:00
parent 446970a464
commit 19481bb4db

View File

@@ -101,6 +101,7 @@ jobs:
- name: Publish to SDKMAN!
uses: ./.github/actions/publish-to-sdkman
with:
make-default: true
sdkman-consumer-key: ${{ secrets.SDKMAN_CONSUMER_KEY }}
sdkman-consumer-token: ${{ secrets.SDKMAN_CONSUMER_TOKEN }}
spring-boot-version: ${{ needs.build-and-stage-release.outputs.version }}