Skip to content

Commit

Permalink
fix(release): Turn off parallel mode for publishing
Browse files Browse the repository at this point in the history
Failures happen intermittently when creating pom
 files. Trying to turn of parallel mode when publishing
 if there is a concurrency issue at hand here.
  • Loading branch information
matrei committed Mar 11, 2024
1 parent 1a85a63 commit 88d1e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
with:
arguments: |
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
-Porg.gradle.parallel=false
publishToSonatype
closeSonatypeStagingRepository
release:
Expand Down

0 comments on commit 88d1e1a

Please sign in to comment.