mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
The update-major-tag.yml workflow was: 1. Incorrectly updating the beta tag instead of major version tags 2. Redundant - release.yml already has an update-major-tag job that properly updates major version tags Removing this workflow ensures: - Beta tag stays at v0.0.63 and won't be automatically moved - No duplicate major tag update logic - Single source of truth for tag management in release.yml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Kashyap Murali <13315300+katchu11@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>