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 816a34a commit 4731a99Copy full SHA for 4731a99
README.md
@@ -78,6 +78,8 @@
78
79
# Changelog
80
## [Unreleased]
81
+### Fixed
82
+- **BREAKING** updating signing subkey to match what our org-level GitHub actions actually has.
83
84
## [8.0.4] - 2025-05-27
85
### Changed
src/main/resources/base/sonatype.gradle
@@ -14,7 +14,7 @@ def gpg_key = new String(gpg_key64.decodeBase64())
14
if (plugins.hasPlugin('maven-publish')) {
15
apply plugin: 'signing'
16
signing {
17
- useInMemoryPgpKeys('2C7F998F4272C851', gpg_key, gpg_passphrase)
+ useInMemoryPgpKeys('0x4272C851', gpg_key, gpg_passphrase)
18
sign(publishing.publications)
19
}
20
0 commit comments