Skip to content

Commit f5f634c

Browse files
committed
ci: 在release.yml中添加automatic_release_tag配置
为自动发布流程添加`automatic_release_tag: "latest"`配置,确保发布时自动标记为最新版本
1 parent 7689e5c commit f5f634c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
with:
2323
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2424
prerelease: false
25+
automatic_release_tag: "latest" # 添加这一行
2526

0 commit comments

Comments
 (0)