Skip to content

Commit 5bc66fb

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
token: "${{ secrets.GITHUB_TOKEN }}"
143143
prerelease: true
144144
name: "Development Build"
145+
tag_name: "pre-release-${{ github.run_id }}"
145146
files: |
146147
arch-package/*.pkg.tar.zst
147148
debian-package/pool/*.deb

0 commit comments

Comments
 (0)