This commit is contained in:
parent
b70fb353cf
commit
0089f01a6d
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user