Skip to content

Commit 598e8c4

Browse files
authored
Update blank.yml
1 parent 1172179 commit 598e8c4

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,26 @@ jobs:
2626
README.md \
2727
-x "folder2/exclude-this-file.txt"
2828
29+
- name: 生成更新日志
30+
id: changelog
31+
uses: mikepenz/release-changelog-builder-action@v4
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
2935
- name: 创建 Release 并上传资源
3036
uses: softprops/action-gh-release@v2
3137
with:
3238
tag_name: ${{ env.TAG_NAME }}
3339
name: Release ${{ env.TAG_NAME }}
34-
body: "自动生成的 Release 版本:${{ env.TAG_NAME }}"
40+
body: |
41+
## 🚀 版本:${{ env.TAG_NAME }}
42+
43+
### 📝 更改
44+
${{ steps.changelog.outputs.changelog }}
45+
46+
---
47+
48+
*此版本由 GitHub Actions 自动生成*
3549
draft: false
3650
prerelease: false
3751
files: COM3D2_Scripts_901-${{ env.TAG_NAME }}.zip

0 commit comments

Comments
 (0)