adangel commented on code in PR #316:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/316#discussion_r3976842727
##########
.github/workflows/release-drafter.yml:
##########
@@ -39,7 +39,7 @@ permissions: {}
jobs:
detect-version:
name: Detect version
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
Review Comment:
@slawekjaranowski
It seems, that ubuntu-slim doesn't have mvn pre-installed, so the
detect-version job fails now (e.g.
https://github.com/apache/maven-pmd-plugin/actions/runs/34452035796/job/102789728710)
Should we go back to ubuntu-latest or is there a simpler way to get the
version out of the pom.xml file?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]