We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809e719 commit 0f363baCopy full SHA for 0f363ba
.github/workflows/gradle-publish.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Gradle Build and Test
30
run: gradle --no-configuration-cache publish
31
env:
32
- gpg_private_key: ${{ secrets.gpg_private_key }}
33
- gpg_passphrase: ${{ secrets.gpg_passphrase }}
34
- nexus_username: ${{ secrets.nexus_username }}
35
- nexus_password: ${{ secrets.nexus_password }}
+ ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.gpg_private_key }}
+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.gpg_passphrase }}
+ ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ossrh_username }}
+ ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ossrh_pass }}
36
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments