Browse Source

Update gradle.yml

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

1
.github/workflows/gradle.yml

@ -22,4 +22,3 @@ jobs:
signingKeyIdVar : ${{ secrets.SIGNING_KEY_ID }}
signingPasswordVar : ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew build -PdeployRepoUrl=${{deployRepoUrlVar}} -PdeployRepoUsername=${{deployRepoUsernameVar}} -PdeployRepoPassword=${{deployRepoPasswordVar}} -PsigningKey=${{signingKeyVar}} -PsigningKeyId=${{signingKeyIdVar}} -PsigningPassword=${{signingPasswordVar}}

Loading…
Cancel
Save