Commit 6231087
committed
fix(ci): Remove duplicate GPG key import in release workflow
Remove manual GPG import step that was conflicting with setup-java's
built-in GPG handling. The duplicate import was causing exit code 2
errors during both setup and cleanup phases.
Now relies entirely on setup-java@v5's declarative gpg-private-key
and gpg-passphrase configuration for cleaner key management.
Fixes the "Failed to remove private key" error in GitHub Actions.1 parent 11cc84a commit 6231087
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 27 | | |
35 | 28 | | |
36 | 29 | | |
| |||
0 commit comments