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
- Use github.event.before SHA instead of HEAD~1 for reliable version
diff across multi-commit pushes and merges.
- Use fetch-depth: 0 to ensure full history is available.
- Check remote tags via git ls-remote before creating, and handle
concurrent tag creation gracefully.
- Fix misleading comment about cargo check updating Cargo.lock.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments