From 05aa9a952ea81268ebdca31a441771279416446c Mon Sep 17 00:00:00 2001 From: vivekkr0311 Date: Wed, 6 Aug 2025 16:47:36 +0530 Subject: [PATCH] [ACS-9977]: [publish] tag creation fix 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 f89ae0cd..d7bfc7ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: | VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | sed 's/-SNAPSHOT//') - mvn release:prepare \ + mvn release:clean release:prepare \ -DskipTests=true \ -DscmCommentPrefix="[maven-release-plugin][skip ci] " \ -Dusername=$GIT_USERNAME \