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

This commit is contained in:
vivekkr0311
2025-08-06 12:04:20 +05:30
parent 828b10c081
commit 435d978ee8

View File

@@ -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
git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }}