Skip to content

Commit 0f363ba

Browse files
authored
Update gradle-publish.yml
1 parent 809e719 commit 0f363ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Gradle Build and Test
3030
run: gradle --no-configuration-cache publish
3131
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 }}
32+
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.gpg_private_key }}
33+
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.gpg_passphrase }}
34+
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ossrh_username }}
35+
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ossrh_pass }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)