Commit 46ed92e
authored
ci: fix Maven GPG import input name (#182)
crazy-max/ghaction-import-gpg@v7 expects 'gpg_private_key' (underscore);
the workflow used 'gpg-private-key' (hyphen), which was silently ignored
and caused 'Input required and not supplied: gpg_private_key', failing the
Maven Central release for 1.5.0-RC2.1 parent ba26c99 commit 46ed92e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
0 commit comments