From bb9d97dd51be056584ee9e9ff730fa70a2443ef8 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 10 Apr 2025 23:00:01 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.2.6=20=E6=B5=8B=E8=AF=95=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoRelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 736686d..aefba0b 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -104,7 +104,7 @@ jobs: echo "未在提交信息中找到 Release 标题。" title="default_title" fi - echo "::set-output name=title::$title" + echo "ReleaseName=$title" - name: 获取最终Release信息 run: |