Skip to content

Commit

Permalink
disable parallel publishing (Sonatype doesn't like it)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jan 15, 2023
1 parent dfbde5f commit 337dea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
ORG_GRADLE_PROJECT_signingSecretKeyRingFile: ${{ secrets.GRADLE_SIGNING_SECRET_KEY_RING_FILE }}
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSS_SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSS_SONATYPE_PASSWORD }}
run: ./gradlew publishToSonatypeStaging
run: ./gradlew publishToSonatypeStaging --no-parallel
# don't run in parallel - Sonatype doesn't like it

0 comments on commit 337dea6

Please sign in to comment.