From 9caab17f768423c711bcdc2b7bfd29543c474d2b Mon Sep 17 00:00:00 2001 From: vivekkr0311 Date: Tue, 5 Aug 2025 12:03:52 +0530 Subject: [PATCH] [ACS-9977]: [publish] tag creation work --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 160a888a..a08c63aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \ -DscmCommentPrefix="[maven-release-plugin][skip ci] " \ -Dusername="${GIT_USERNAME}" \ - -Dpassword="${GIT_PASSWORD}" + -Dpassword="${GIT_PASSWORD}" \ -Psdk-release \ -DskipTests=true \ -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \