We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14b7a5 commit 0061a2eCopy full SHA for 0061a2e
1 file changed
.github/workflows/mavencentral.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: ${{ matrix.java }}
21
check-latest: true
22
- name: Build and Upload to the Maven Central Repository
23
- run: ./gradlew publishAllPublicationsToMavenCentralRepository closeAndReleaseRepository
+ run: ./gradlew publishAndReleaseToMavenCentral
24
env:
25
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVENCENTRALUSERNAME }}
26
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVENCENTRALPASSWORD }}
0 commit comments