diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d767f0b0e..461a10f2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,6 +137,7 @@ jobs: run: working-directory: ./ strategy: + max-parallel: 1 matrix: component-path: [ abstractions, @@ -175,7 +176,7 @@ jobs: - name: Publish Release abstractions run: | componentTaskPath=$(echo ${{ matrix.component-path }} | tr / :) - ./gradlew --no-daemon :components:$componentTaskPath:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix="" + ./gradlew -i --no-daemon :components:$componentTaskPath:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix="" release-to-github: if: contains(github.ref, 'refs/tags/v')