Skip to content

Commit c684fa4

Browse files
committed
Switch make-default for publish-to-sdkman to 3.5.x
1 parent 68df6f5 commit c684fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Publish to SDKMAN!
125125
uses: ./.github/actions/publish-to-sdkman
126126
with:
127-
make-default: true
127+
make-default: false
128128
sdkman-consumer-key: ${{ secrets.SDKMAN_CONSUMER_KEY }}
129129
sdkman-consumer-token: ${{ secrets.SDKMAN_CONSUMER_TOKEN }}
130130
spring-boot-version: ${{ needs.build-and-stage-release.outputs.version }}

0 commit comments

Comments
 (0)