Commit 13be4d7
Fix signing key format and bump to v0.2.1 (#431)
* Bump version to 0.2.1 for Maven Central publish
The v0.2.0 tag pointed to a commit before the publish workflow fix,
so re-releasing as 0.2.1 with the corrected task configuration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Decode base64 signing key before passing to Gradle
The SIGNING_KEY secret is base64-encoded but the vanniktech plugin's
in-memory signing expects a raw ASCII-armored PGP key. Decode it in
a separate step before publishing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 95397d2 commit 13be4d7
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
63 | | - | |
64 | 68 | | |
65 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
0 commit comments