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

This commit is contained in:
vivekkr0311
2025-08-05 12:03:52 +05:30
parent b051556dad
commit 9caab17f76

View File

@@ -202,7 +202,7 @@ jobs:
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 \
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \ -DscmCommentPrefix="[maven-release-plugin][skip ci] " \
-Dusername="${GIT_USERNAME}" \ -Dusername="${GIT_USERNAME}" \
-Dpassword="${GIT_PASSWORD}" -Dpassword="${GIT_PASSWORD}" \
-Psdk-release \ -Psdk-release \
-DskipTests=true \ -DskipTests=true \
-Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \