We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fd020 commit 22da531Copy full SHA for 22da531
1 file changed
.github/workflows/github-actions.yml
@@ -48,7 +48,7 @@ jobs:
48
java-version: 11
49
50
- name: Upload Artifacts
51
- run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon --no-parallel --no-configuration-cache --stacktrace
+ run: ./gradlew publishToMavenCentral --no-daemon --no-parallel --no-configuration-cache --stacktrace
52
env:
53
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
54
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments