From b8f38fd4f844f79a23dccf8f43cb26cfedb8275a Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Tue, 14 Jan 2020 16:56:15 +0100 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index beb58fb1..ad8690bb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,5 +21,5 @@ jobs: signingKeyVar : ${{ secrets.SIGNING_KEY }} signingKeyIdVar : ${{ secrets.SIGNING_KEY_ID }} signingPasswordVar : ${{ secrets.SIGNING_PASSWORD }} - run: ./gradlew build -PdeployRepoUrl=deployRepoUrlVar -PdeployRepoUsername=deployRepoUsernameVar -PdeployRepoPassword=deployRepoPasswordVar -PsigningKey=signingKeyVar -PsigningKeyId=signingKeyIdVar -PsigningPassword=signingPasswordVar + run: ./gradlew build -PdeployRepoUrl=${deployRepoUrlVar} -PdeployRepoUsername=${deployRepoUsernameVar} -PdeployRepoPassword=${deployRepoPasswordVar} -PsigningKey=${signingKeyVar} -PsigningKeyId=${signingKeyIdVar} -PsigningPassword=${signingPasswordVar}