[ACS-9977]: [publish] tag creation work

This commit is contained in:
vivekkr0311
2025-08-05 11:40:50 +05:30
parent ad2f0101df
commit 933ae6fe90

View File

@@ -200,10 +200,10 @@ jobs:
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
run: | run: |
mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \ 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 \ -DskipTests=true \
-Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
-DautoVersionSubmodules=true \ -DautoVersionSubmodules=true \
-DtagNameFormat=@{project.version} \ -DtagNameFormat=@{project.version} \
-Psdk-release \
-B -B