A GitHub Action to release new Candidate versions via SDKMAN!'s Vendor API.
Required The unique identifier of the Consumer
Required The API token of the Consumer
Required The name of the Candidate to release
Required The version of the Candidate to release
Required The URL pointing to the binary
uses: sdkman/[email protected]
with:
consumer-key: 5f202e7ab75f00af194c61cc07ae6b0c
consumer-token: ${{secrets.CONSUMER_TOKEN}}
candidate: groovy
version: 3.0.6
url: https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.6.zip