Skip to content

Commit 2e9f74b

Browse files
committed
docs(workflows): 更新release.yml中的版本号描述信息
- 修改version_code输入项的描述,增加示例格式说明 - 修改version_name输入项的描述,增加示例格式说明 - 保持其他配置项不变,仅优化用户界面提示文本
1 parent 1198305 commit 2e9f74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
workflow_dispatch: # 支持手动触发工作流
1010
inputs:
1111
version_code:
12-
description: '版本号 (versionCode),留空则使用 version.properties 中的值'
12+
description: '版本号 (versionCode,如:1),留空则使用 version.properties 中的值'
1313
required: false
1414
type: string
1515
default: ''
1616
version_name:
17-
description: '版本名称 (versionName),留空则使用 version.properties 中的值'
17+
description: '版本名称 (versionName,如:1.0.0),留空则使用 version.properties 中的值'
1818
required: false
1919
type: string
2020
default: ''

0 commit comments

Comments
 (0)