From 827928fe06163228433b763042f1bc0f94206804 Mon Sep 17 00:00:00 2001 From: "Wim R. Crols" Date: Thu, 23 Oct 2025 15:26:59 +0200 Subject: [PATCH] ALFREDAPI-580: Add --info to publishing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f057616..44e5bdbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: ./gradlew --info :alfred-api-rest:test - name: Publish if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/release') }} - run: ./gradlew :alfred-api-interface:publish + run: ./gradlew --info :alfred-api-interface:publish alfred-api-impl: strategy: @@ -74,4 +74,4 @@ jobs: detailed_summary: true - name: Publish if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/release') }} - run: ./gradlew :alfresco:${{ matrix.alfresco_version }}:publish + run: ./gradlew --info :alfresco:${{ matrix.alfresco_version }}:publish