Skip to content

Commit

Permalink
Try a non-parallel publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Jan 3, 2025
1 parent 6ce931c commit 24741c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_SIGNINGKEY: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
ORG_GRADLE_PROJECT_SIGNINGPASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
run: ./gradlew publish
run: ./gradlew publish -Dorg.gradle.parallel=false -Dorg.gradle.caching=false

0 comments on commit 24741c6

Please sign in to comment.