Commit 5bc66fb
committed
feat: add tag_name for pre-release in build workflow
- Introduced tag naming for pre-release builds in the GitHub Actions
workflow.
- The new `tag_name` attribute is set to "pre-
release-${{ github.run_id }}" to help identify builds associated with
specific workflow runs.
- This change enhances traceability and version management during the
development cycle.
feat: 在构建工作流中添加预发布标签名称
- 在 GitHub Actions 工作流中引入了预发布构建的标签命名。
- 新的 `tag_name` 属性设置为 "pre-release-${{ github.run_id }}",以帮助
识别与特定工作流运行相关的构建。
- 此更改提高了开发周期中的可追溯性和版本管理。1 parent a9d6383 commit 5bc66fb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
0 commit comments