Browse Source

Update gradle.yml

pull/15/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
8a877c9bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/gradle.yml

2
.github/workflows/gradle.yml

@ -21,5 +21,5 @@ jobs:
signingKey: ${{ secrets.SIGNING_KEY }} signingKey: ${{ secrets.SIGNING_KEY }}
signingKeyId: ${{ secrets.SIGNING_KEY_ID }} signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
signingPassword: ${{ secrets.SIGNING_PASSWORD }} signingPassword: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew build -DdeployRepoUrl=$deployRepoUrl -DdeployRepoUsername=$deployRepoUsername -DdeployRepoPassword=$deployRepoPassword -DsigningKey=$signingKey -DsigningKeyId=$signingKeyId -DsigningPassword=$signingPassword run: ./gradlew build -PdeployRepoUrl=$deployRepoUrl -PdeployRepoUsername=$deployRepoUsername -PdeployRepoPassword=$deployRepoPassword -PsigningKey=$signingKey -PsigningKeyId=$signingKeyId -PsigningPassword=$signingPassword

Loading…
Cancel
Save