Skip to content

Commit

Permalink
Switch make-default for SDKman to false
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jan 23, 2025
1 parent 766e71a commit b1d75da
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 b1d75da

Please sign in to comment.