From 6d3315f6fdd3f67bd9daf33014f2746ab54d5edd Mon Sep 17 00:00:00 2001 From: Vivek <40461643+Vivekkr0311@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:00:28 +0530 Subject: [PATCH] [ACS-9823]: [publish] release ci fix work (#722) --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44047499..14c7fd52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,5 +206,6 @@ jobs: - name: "Publish" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: | - mvn --batch-mode clean package gpg:sign -P sdk-release -DskipTests=true -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 -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