Skip to content

Commit

Permalink
build(github): Disable parallelization when publishing
Browse files Browse the repository at this point in the history
This works around multiple staging repositories being created when
publishing.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 30, 2023
1 parent a464678 commit a951533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew publishAllPublicationsToOSSRHRepository
run: ./gradlew --no-parallel publishAllPublicationsToOSSRHRepository
- name: Build ORT Distributions
run: ./gradlew :cli:distZip :helper-cli:distZip
- name: Generate Release Notes
Expand Down

0 comments on commit a951533

Please sign in to comment.