From b4f3c2680389a00ffd9ce994f994a0a089aeba3d Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 10 Apr 2025 23:01:29 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.2.7=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, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index aefba0b..f4db9f8 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -104,7 +104,8 @@ jobs: echo "未在提交信息中找到 Release 标题。" title="default_title" fi - echo "ReleaseName=$title" + echo "ReleaseName=$title" >> $GITHUB_OUTPUT + # echo "::set-output name=title::$title" - name: 获取最终Release信息 run: |