From b70fb353cfae8ddc239ecb91fd8fdc241b227815 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 10 Apr 2025 23:03:28 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.2.9=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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 5c682bf..96599f6 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -104,8 +104,7 @@ jobs: echo "未在提交信息中找到 Release 标题。" title="default_title" fi - ::set-output name=title::$title - echo "ReleaseName=$title" >> $GITHUB_OUTPUT + echo "::set-output name=title::$title" >> $GITHUB_OUTPUT - name: 最终Release信息 run: |