Skip to content

Commit 4731a99

Browse files
author
ntwigg
committed
Another shot at fixing the signing keys.
1 parent 816a34a commit 4731a99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878

7979
# Changelog
8080
## [Unreleased]
81+
### Fixed
82+
- **BREAKING** updating signing subkey to match what our org-level GitHub actions actually has.
8183

8284
## [8.0.4] - 2025-05-27
8385
### Changed

src/main/resources/base/sonatype.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def gpg_key = new String(gpg_key64.decodeBase64())
1414
if (plugins.hasPlugin('maven-publish')) {
1515
apply plugin: 'signing'
1616
signing {
17-
useInMemoryPgpKeys('2C7F998F4272C851', gpg_key, gpg_passphrase)
17+
useInMemoryPgpKeys('0x4272C851', gpg_key, gpg_passphrase)
1818
sign(publishing.publications)
1919
}
2020
}

0 commit comments

Comments
 (0)