From 67d682e294aebab32a9d11540123d4dd08c238c8 Mon Sep 17 00:00:00 2001 From: Belal Ansari Date: Fri, 14 Aug 2026 15:13:14 +0530 Subject: [PATCH] ACS-12423 Please [release] 5.4.4-A.4 [skip tests] and fix CI re-deploy issue. (#1343) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 996e4ee4..95543236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -383,4 +383,4 @@ jobs: mvn -B -U -ntp clean deploy -P release,${{ matrix.buildProfile }} -DskipTests -Dmaven.javadoc.skip=true -DadditionalOption=-Xdoclint:none - -Dmaven.deploy.skip=true -Dparent.core.deploy.skip=true ${{ matrix.dockerArgs }} + -Dmaven.deploy.skip=true -Dparent.core.deploy.skip=true -Dtransformer.base.deploy.skip=true ${{ matrix.dockerArgs }}