From 6894b2c4eb9aa497f7df5d32ed3c54f3679c6aa8 Mon Sep 17 00:00:00 2001 From: Agustin Groh Date: Fri, 22 Aug 2025 11:57:55 -0300 Subject: [PATCH] chore:Adds 'v' to version tag --- .github/workflows/version-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-tag.yml b/.github/workflows/version-tag.yml index efc24117..6e37afe9 100644 --- a/.github/workflows/version-tag.yml +++ b/.github/workflows/version-tag.yml @@ -32,7 +32,7 @@ jobs: id: taggerApply run: | echo "Applying tag ${{ env.package_app_version }} ..." - git tag "${{ env.package_app_version }}" + git tag "v${{ env.package_app_version }}" echo "Pushing changes..." git push --tags