Skip to content

Commit

Permalink
Merge pull request #25 from gedestroy/fix_deployment
Browse files Browse the repository at this point in the history
Fix github action (sdkman installation fix)
  • Loading branch information
dominik-cnx authored Jan 23, 2024
2 parents 51c34af + 67fdd53 commit ee31c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Release to maven central
if: github.ref_name == 'master' && github.event_name != 'pull_request' && github.repository == 'swisspost/kobuka'
run: |
curl -s get.sdkman.io | bash
curl -s https://get.sdkman.io | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy 3.0.8
Expand Down

0 comments on commit ee31c2f

Please sign in to comment.