From e7e5121d15285c2c22a9acdc49fbf30756af6ae4 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 12 Sep 2024 14:07:07 +0300 Subject: [PATCH 1/2] Add info option to debug maven release workflows --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d767f0b0e..ec1968a89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -175,7 +175,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') From 5f0c4718cfb80a6a130c89448f9281573a94c38d Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 12 Sep 2024 14:23:40 +0300 Subject: [PATCH 2/2] Publish packages to maven central sequentially --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec1968a89..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,