Commit 10c5026
fix: make version parameter optional in release workflow
1. Changed the 'version' input parameter from required to optional in
the GitHub Actions workflow
2. This provides more flexibility when triggering releases, allowing for
cases where version might be determined programmatically or isn't needed
3. Maintains backward compatibility while reducing strict requirements
fix: 在发布工作流中将版本参数设为可选
1. 将 GitHub Actions 工作流中的 'version' 输入参数从必填改为可选
2. 这为触发发布提供了更大的灵活性,适用于版本可能通过程序确定或不需要的
情况
3. 在减少严格限制的同时保持了向后兼容性1 parent 37b5a87 commit 10c5026
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments