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 ded3f3e commit 490cd11Copy full SHA for 490cd11
1 file changed
.github/workflows/publish.yml
@@ -48,7 +48,5 @@ jobs:
48
env:
49
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}
50
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_SONATYPE_TOKEN_PASSWORD }}
51
-# ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_PRIVATE_KEY }}
52
-# ORG_GRADLE_PROJECT_signingInMemoryKeyId: 4806AD23D870D294D19406EE1558CCF9B8C0CAE8
53
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
54
- run: ./gradlew publishToMavenCentral --stacktrace -Psigning.gnupg.executable=gpg -Psigning.gnupg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
+ run: ./gradlew publishToMavenCentral
0 commit comments