From 809047476131318c6b5f6244d6905e9bdb960d85 Mon Sep 17 00:00:00 2001 From: Sunset <26019675+lwd-temp@users.noreply.github.com> Date: Sun, 10 Jul 2022 13:48:35 +0800 Subject: [PATCH] Fix Release Name --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 361589d..32ca186 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,7 @@ 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: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} body: | ${{ github.ref }} View README for more information. draft: false