Commit d8e88f7
fix: import GPG signing key for Maven signing in ci-build
The maven-gpg-plugin signs via the local gpg keyring, but secring.gpg
was downloaded and copied without ever being imported, leaving the
keyring empty on the fresh build agent. Add a gpg --import step so the
signing key is available, and remove the unused \ variable
left over from the Gradle build.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4667f49 commit d8e88f7
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
66 | | - | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
0 commit comments