Skip to content

Commit 004e82d

Browse files
committed
💚 ci: 流
1 parent cf03559 commit 004e82d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github-release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@ jobs:
2222
with:
2323
tag_name: ${{ github.ref }}
2424
release_name: Release ${{ github.ref }}
25-
draft: false
25+
# 修改发布说明为最新提交的提交信息
26+
body: |
27+
${{ github.event.head_commit.message }} # 使用最新提交的提交信息作为发布说明
28+
${{ github.event.head_commit.url }} # 提供提交的链接
29+
${{ github.event.head_commit.author.name }} # 提供提交的作者
30+
draft: false
2631
prerelease: false

0 commit comments

Comments
 (0)