Skip to content

Commit d475795

Browse files
committed
ci: please sign the artifacts now
1 parent 91fd1bc commit d475795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
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.

0 commit comments

Comments
 (0)