Skip to content

Commit bbeb3b5

Browse files
chore: do not run closeAndRelease
1 parent e281b48 commit bbeb3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Runs upload, and then closes & releases the repository
4040
- name: Publish to MavenCentral
41-
run: ./gradlew publishAllPublicationsToSonatypeRepository closeAndReleaseSonatypeStagingRepository
41+
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 # closeAndReleaseStagingRepository
4242
env:
4343
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4444
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)