You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: properly handle already exists error in publish workflow
- Use grep to detect "already exists" error from cargo publish --dry-run
- Skip publishing when package version already exists on crates.io
- Continue workflow even when one package is already published
- This fixes the issue where existing packages block the entire release
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments