From 265047c78e2f9a58a1e0d7b33064bd627f052ef6 Mon Sep 17 00:00:00 2001 From: Keelah Date: Sun, 13 Oct 2024 01:57:18 +0200 Subject: [PATCH] Hotfix Release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c4ccbe..52768cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,8 +160,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: 'v${{ env.VERSION }}' - release_name: 'Release v${{ env.VERSION }}' + tag_name: '${{ env.VERSION }}' + release_name: 'Release ${{ env.VERSION }}' body: ${{ steps.get-changes.outputs.changes }} draft: false prerelease: ${{ env.IS_RELEASE == 'false' }}