Skip to content

Commit 226b900

Browse files
committed
Merge branch '3.2.x'
2 parents 13e13f9 + c857eb6 commit 226b900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-to-sdkman/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
- shell: bash
3030
if: ${{ inputs.make-default == 'true' }}
3131
run: >
32-
curl -X POST \
32+
curl -X PUT \
3333
-H "Consumer-Key: ${{ inputs.sdkman-consumer-key }}" \
3434
-H "Consumer-Token: ${{ inputs.sdkman-consumer-token }}" \
3535
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)