Conversation
Prevents failure when VERSION file already matches the release tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 智能版本过滤:只同步比 fork 当前版本新的 tag - 顺序发布:按版本号升序依次发布,避免并发竞态 - 全局并发控制:确保同一时间只有一个 release 运行 - 容错处理:GHCR 超时不影响 DockerHub 和 GitHub Release - 禁用 GHCR:避免 manifest 创建超时问题 - ensure-latest 始终执行:即使 release 失败也修正 latest tag Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
解决方案
1. 智能版本过滤
2. 顺序发布
3. 全局并发控制
4. 容错处理
5. 禁用 GHCR
修改文件
.github/workflows/release.yml.github/workflows/main-post-merge.yml.goreleaser.yaml验证
已手动触发 v0.1.104 release 修正 Docker latest