Skip to content

Commit 91fd1bc

Browse files
committed
ci: remove unnecessary env var, document signing plugin gotcha
1 parent a843225 commit 91fd1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
env:
3030
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
3131
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
32-
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.GPG_KEY_ID }}
3332
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
3434
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEYS }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
# The GITHUB_REF tag comes in the format 'refs/tags/xxx'.

0 commit comments

Comments
 (0)