File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
3131 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
3232 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PASSPHRASE }}
33- # 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 }}
33+ # must be an armored (i.e. ascii) private key _only_ (no public key block)
34+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_PRIVATE_KEY }}
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 # The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
3737 # So if we split on '/' and take the 3rd value, we can get the release name.
You can’t perform that action at this time.
0 commit comments