From 1228c2fabe79701b8b106fe6202ea3a6ff08c24a Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 31 Mar 2021 20:00:40 +0200 Subject: [PATCH] fix release build to not include "Release" in the title, it leads to a redundant --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e3f5cd4..659c9c5 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} draft: false prerelease: false body: |