From 933ae6fe90a2e2470a07d288aadd82ed4eb674bd Mon Sep 17 00:00:00 2001 From: vivekkr0311 Date: Tue, 5 Aug 2025 11:40:50 +0530 Subject: [PATCH] [ACS-9977]: [publish] tag creation work --- .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 6db9d405..a3386108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,10 +200,10 @@ jobs: timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: | mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \ - -P sdk-release \ + -DscmCommentPrefix="[maven-release-plugin][skip ci] " \ + -Psdk-release \ -DskipTests=true \ -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ -DautoVersionSubmodules=true \ -DtagNameFormat=@{project.version} \ - -Psdk-release \ -B \ No newline at end of file