From 435d978ee86753726ab1e13d5f3b19d8177770b2 Mon Sep 17 00:00:00 2001 From: vivekkr0311 Date: Wed, 6 Aug 2025 12:04:20 +0530 Subject: [PATCH] [ACS-9977]: [publish] automatic 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 08a25eca..b4dcd741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,4 +224,4 @@ jobs: run: | VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | sed 's/-SNAPSHOT//') git tag "${{ github.repository }}-$VERSION" - git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }}-$VERSION \ No newline at end of file + git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }} \ No newline at end of file