Skip to content

Commit 9be3754

Browse files
committed
docs(release): Update the release log content
1 parent d66e319 commit 9be3754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
TAG_NAME="${{ steps.release_tag.outputs.tag }}"
124124
125125
# 在此处手动填写发布日志
126-
NOTES="1. 构建 fpk 安装包(需要客户端 1.10.0 及以上版本)"
126+
NOTES="1. 修复应用中心应用自动更新失败的问题(需要客户端 1.10.0 及以上版本)"
127127
128128
# 如果是通过 GitHub 页面手动触发并输入了日志,则优先使用输入的内容
129129
if [ "${{ github.event_name }}" = "workflow_dispatch" ] && [ -n "${{ github.event.inputs.release_body }}" ]; then

0 commit comments

Comments
 (0)