Skip to content

Commit

Permalink
Update publish-to-sdkman job to make new candidates the default
Browse files Browse the repository at this point in the history
Closes gh-40882
  • Loading branch information
wilkinsona committed May 23, 2024
1 parent 42d6f2c commit ed0a3fd
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 @@ -102,7 +102,7 @@ jobs:
- name: Publish to SDKMAN!
uses: ./.github/actions/publish-to-sdkman
with:
make-default: false
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 }}
Expand Down

0 comments on commit ed0a3fd

Please sign in to comment.