Skip to content

Commit

Permalink
Disable parallel build on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev committed Oct 25, 2022
1 parent d8c60ea commit 3fe2cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: carthage update --use-xcframeworks

- name: Publish to MavenCentral
run: ./gradlew publishAllPublicationsToMavenRepository
run: ./gradlew publishAllPublicationsToMavenRepository -Dorg.gradle.parallel=false
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 3fe2cdf

Please sign in to comment.