From 67fdd53512b2a33f5f954e80429a4a4b86819dc5 Mon Sep 17 00:00:00 2001 From: "Ball, Nware" Date: Thu, 18 Jan 2024 14:32:55 +0700 Subject: [PATCH] Fix github action (sdkman installation fix) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1074d2c..99f838f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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