Skip to content

Commit e4b7918

Browse files
committed
ci: 更新发布脚本以使用中文发布说明
- 将发布说明从英文改为中文 -保留了自动化发布的提交哈希和时间信息
1 parent 24e6e05 commit e4b7918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
tag_name: v${{ steps.timestamp.outputs.timestamp }}
6161
name: Release ${{ steps.timestamp.outputs.timestamp }}
62-
body: Automated release for commit ${{ github.sha }} at ${{ steps.timestamp.outputs.timestamp }}
62+
body: 自动构建发布提交版 ${{ github.sha }} 发布时间为 ${{ steps.timestamp.outputs.timestamp }}
6363
draft: false
6464
prerelease: false
6565
files: release-${{ steps.timestamp.outputs.timestamp }}.zip

0 commit comments

Comments
 (0)