Open jamesward opened 3 weeks ago
I have a CI action where I want to break the publishing to the staging repo apart from the release. I have a Gradle task that does:
./gradlew publishToMavenCentral
And later does:
./gradlew releaseRepository
But this results in the following on releaseRepository:
releaseRepository
A deployment id needs to be provided with `--repository` when publishing through Central Portal
Is there another way to break these two tasks apart?
I have a CI action where I want to break the publishing to the staging repo apart from the release. I have a Gradle task that does:
And later does:
But this results in the following on
releaseRepository
:Is there another way to break these two tasks apart?