Skip to content

Commit

Permalink
TASK-4017 removed v refix for version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf2323 committed Mar 15, 2024
1 parent 0cfeb98 commit bd2843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check if revision is already tagged
shell: bash
run: |
if git tag -l v$MAVEN_POM_REVISION_VERSION | grep -q v$MAVEN_POM_REVISION_VERSION; then
if git tag -l $MAVEN_POM_REVISION_VERSION | grep -q $MAVEN_POM_REVISION_VERSION; then
echo "Revision $MAVEN_POM_REVISION_VERSION is already tagged. Skipping the build and deployment!"
exit 0
else
Expand Down

0 comments on commit bd2843d

Please sign in to comment.