Commit a77fde1
committed
fix(ci): Provide GPG passphrase environment variable to setup-java
The MAVEN_GPG_PASSPHRASE environment variable must be available at the
setup-java step level for GPG key import to work. Previously it was only
set for the Maven publish step, causing "exit code 2" errors during both
GPG import and cleanup.
Also added diagnostic step to verify GPG key format.1 parent f9b070d commit a77fde1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments