Github Actions: Could not read Username for 'https://github.com' when maven-release-plugin runs release:perform – Ubuntu
I'm trying to create a GitHub Actions workflow which releases my maven project (using maven-release-plugin) and pushes the (signed) artifacts to the central maven repository. The release:prepare step runs fine (pushes tags to GitHub), but on the release:perform I'm getting…