Fix publish-on-sdkman.sh and how it is called in the GH workflow

This commit is contained in:
Peter Palaga
2020-09-29 16:03:24 +02:00
parent 1c2642a795
commit 031c10f19a
3 changed files with 7 additions and 5 deletions

View File

@@ -218,5 +218,7 @@ jobs:
asset_name: mvnd-${{ env.VERSION }}-windows-amd64.zip
asset_content_type: application/zip
- uses: actions/checkout@v1
- name: Publish on sdkman.io
run: ./build/publish-on-sdkman.sh "${{ env.VERSION }}"