Hi, I have a very weird problem, when launching a GitHub Action, gradle doesn't find a task that I can find myself locally,
publishToSonatype
, here's my workflow file and here's the result
I'm just trying to publish all my modules to sonatype at once using a github action and it's very very hard.
When using