From f89b263487deec1fde6477b043f1613493c9aadb Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 26 Oct 2024 00:00:00 +0000 Subject: [PATCH] ci(release): corrected release name variable Signed-off-by: k4yt3x --- .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 c9a4e20..545cbfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.setup.outputs.version }} - release_name: Video2X ${{ needs.setup.outputs.version }} + name: ${{ needs.setup.outputs.version }} draft: true prerelease: false