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

This commit is contained in:
vivekkr0311
2025-08-06 17:23:30 +05:30
parent 6ec249d895
commit b4ad974e0a

View File

@@ -205,7 +205,7 @@ jobs:
git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}" git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}"
- name: "Create release tag" - name: "Create release tag"
run: | run: |
mvn --batch-mode \ mvn --batch-mode clean package gpg:sign \
release:prepare \ release:prepare \
-DskipTests=true \ -DskipTests=true \
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \ -DscmCommentPrefix="[maven-release-plugin][skip ci] " \