Commit b5b5d10
committed
fix: make version parameter optional in release workflow
1. Changed the 'version' parameter from required to optional in the
GitHub Actions workflow
2. This provides more flexibility when triggering releases
3. Allows for cases where version might be determined programmatically
or isn't needed
4. Maintains backward compatibility while adding more workflow options
fix: 在发布工作流中将版本参数设为可选
1. 将 GitHub Actions 工作流中的 'version' 参数从必填改为可选
2. 这为触发发布提供了更大的灵活性
3. 允许版本号通过程序确定或不需要版本号的情况
4. 在添加更多工作流选项的同时保持向后兼容性1 parent 95127ae commit b5b5d10
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