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 30
30
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
31
31
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
32
32
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 }}
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.
37
37
# 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