From 59dea92fd8a878f35e96d19a8586dfe2a856293c Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Tue, 10 Jan 2023 18:33:40 +0100 Subject: [PATCH] Fix version tag --- .github/workflows/auto-git-release-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-git-release-production.yml b/.github/workflows/auto-git-release-production.yml index 436665a..f657c2e 100644 --- a/.github/workflows/auto-git-release-production.yml +++ b/.github/workflows/auto-git-release-production.yml @@ -52,8 +52,8 @@ jobs: - name: Creating Git release tag for the "${{steps.next_semantic_version.outputs.version_tag}}" version run: | - gh release create v${{steps.next_semantic_version.outputs.version_tag}} \ - --title "v${{steps.next_semantic_version.outputs.version_tag}}" \ + gh release create ${{steps.next_semantic_version.outputs.version_tag}} \ + --title "${{steps.next_semantic_version.outputs.version_tag}}" \ --generate-notes \ --target $GITHUB_SHA env: