We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956db39 commit 6187d0dCopy full SHA for 6187d0d
1 file changed
.github/workflows/publish.yml
@@ -31,4 +31,4 @@ jobs:
31
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_USERNAME }}
32
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_PASSWORD }}
33
run: |
34
- ./gradlew publish --no-daemon
+ ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon
0 commit comments