We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e281b48 commit bbeb3b5Copy full SHA for bbeb3b5
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Runs upload, and then closes & releases the repository
40
- name: Publish to MavenCentral
41
- run: ./gradlew publishAllPublicationsToSonatypeRepository closeAndReleaseSonatypeStagingRepository
+ run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 # closeAndReleaseStagingRepository
42
env:
43
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
44
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments