diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index bf000634..417bf9d4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,11 +21,5 @@ jobs: signingKey: ${{ secrets.SIGNING_KEY }} signingKeyId: ${{ secrets.SIGNING_KEY_ID }} signingPassword: ${{ secrets.SIGNING_PASSWORD }} - run: ./gradlew build - -DdeployRepoUrl=$deployRepoUrl - -DdeployRepoUsername=$deployRepoUsername - -DdeployRepoPassword=$deployRepoPassword - -DsigningKey=$signingKey - -DsigningKeyId=$signingKeyId - -DsigningPassword=$signingPassword + run: ./gradlew build -DdeployRepoUrl=$deployRepoUrl -DdeployRepoUsername=$deployRepoUsername -DdeployRepoPassword=$deployRepoPassword -DsigningKey=$signingKey -DsigningKeyId=$signingKeyId -DsigningPassword=$signingPassword