Description:
I am trying push a release to Maven Central but I am getting
gpg: signing failed: Bad passphrase
Looking at the file system it seems like the settings.xml is not getting written.
Task version:
Specify the task version
Platform:
Runner type:
Repro steps:
https://github.com/tcurdt/jdependency/blob/master/.github/workflows/release-ossrh.yml
Expected behavior:
It would be nice to have some log output that the settings.xml gets written - and where it actually gets written to.
That would also confirm it actually gets written.
Actual behavior:
It looks like the settings.xml is missing - which is why the signing fails.
Description:
I am trying push a release to Maven Central but I am getting
Looking at the file system it seems like the
settings.xmlis not getting written.Task version:
Specify the task version
Platform:
Runner type:
Repro steps:
https://github.com/tcurdt/jdependency/blob/master/.github/workflows/release-ossrh.yml
Expected behavior:
It would be nice to have some log output that the
settings.xmlgets written - and where it actually gets written to.That would also confirm it actually gets written.
Actual behavior:
It looks like the
settings.xmlis missing - which is why the signing fails.