From 029d2661093900ad41e999bcd56440fecaf70f62 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 2 May 2024 14:47:57 +0100 Subject: [PATCH] Specify the shell for build and publish step --- .github/actions/build/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 8289093..aac6d08 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -22,6 +22,7 @@ runs: echo 'systemProp.org.gradle.internal.launcher.welcomeMessageEnabled=false' >> $HOME/.gradle/gradle.properties echo 'org.gradle.daemon=false' >> $HOME/.gradle/gradle.properties - name: Build and Publish + shell: bash env: DEVELOCITY_ACCESS_KEY: ${{ inputs.develocity-access-key }} run: ./gradlew -PdeploymentRepository=$(pwd)/artifactory build publishAllPublicationsToDeploymentRepository