From 77b1bbd180405fd1905cba861a2c3360b8b39308 Mon Sep 17 00:00:00 2001 From: Vivek <40461643+Vivekkr0311@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:11:26 +0530 Subject: [PATCH] [ACS-9823]: [publish] release ci fix work --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14c7fd52..44137095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,6 +206,4 @@ jobs: - name: "Publish" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: | - mvn --batch-mode clean package -P sdk-release -DskipTests=true - mvn --batch-mode gpg:sign -P sdk-release -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE - mvn --batch-mode central-publishing:publish -P sdk-release -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ No newline at end of file + mvn --batch-mode clean package gpg:sign central-publishing:publish -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE