From e8b973351407169baccd7768275c088a3a9ca2b2 Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Wed, 5 Nov 2025 14:04:33 +0100 Subject: [PATCH] chore(ci): Update release name format in workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdc8292..381a0a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Stable release from tag VERSION=$(echo "${{ github.ref }}" | sed 's|refs/tags/v||') IS_PRERELEASE="false" - RELEASE_NAME="Release v${VERSION}" + RELEASE_NAME="v${VERSION}" TAG_NAME="v${VERSION}" else # Pre-release from main branch