From 0176a23001d6adc68b604af99f583f94a4348ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Thu, 19 Sep 2024 23:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-upload.yml b/.github/workflows/build-and-upload.yml index 1404f25..c75df73 100644 --- a/.github/workflows/build-and-upload.yml +++ b/.github/workflows/build-and-upload.yml @@ -189,5 +189,5 @@ jobs: GHR_PATH: release/ GITHUB_TOKEN: ${{ github.token }} GHR_REPLACE: true - GHR_TITLE: ${{ steps.package-info.outputs.version }} + GHR_TITLE: ${{ github.ref_name }} GHR_DRAFT: true \ No newline at end of file