Release v1.3.0 测试标题
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 13s

This commit is contained in:
iorebuild 2025-04-10 23:07:21 +08:00
parent b70fb353cf
commit 0089f01a6d

View File

@ -104,9 +104,10 @@ jobs:
echo "未在提交信息中找到 Release 标题。"
title="default_title"
fi
echo "::set-output name=title::$title" >> $GITHUB_OUTPUT
# 使用新语法设置输出
echo "title=$title" >> $GITHUB_OUTPUT
- name: 最终Release信息
- name: 获取最终Release信息
run: |
echo "Version = ${{ steps.extract_version.outputs.version }}"
echo "Repo = ${{ github.server_url }}/${{ github.repository }}"