From 3efae0959d7bf82782d7862b8322c8d543381739 Mon Sep 17 00:00:00 2001 From: Gabriel Salla Date: Sat, 14 Feb 2026 19:59:15 -0300 Subject: [PATCH] change tag automation message --- .github/workflows/version_tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_tag.yaml b/.github/workflows/version_tag.yaml index add44f5..44fe6cd 100644 --- a/.github/workflows/version_tag.yaml +++ b/.github/workflows/version_tag.yaml @@ -42,5 +42,5 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git tag -a "${{ steps.get_version.outputs.version }}" -m "${{ steps.get_version.outputs.version }}" + git tag -a "${{ steps.get_version.outputs.version }}" -m "Version ${{ steps.get_version.outputs.version }}" git push origin "${{ steps.get_version.outputs.version }}"