Browse Source

Make new candidate the default when publishing to SDKMAN

Closes gh-40425
pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
19481bb4db
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -101,6 +101,7 @@ jobs: @@ -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 }}

Loading…
Cancel
Save