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 a843225 commit 91fd1bcCopy full SHA for 91fd1bc
.github/workflows/publish-release.yml
@@ -29,8 +29,8 @@ jobs:
29
env:
30
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
31
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
32
- ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_KEY_ID }}
33
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
+ # must be an armored (i.e. ascii) keypair with the private key _first_, followed by the public key
34
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEYS }}
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
0 commit comments