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(release-tag): push only the tag, not the commit to main
Branch protection on main requires PRs, status checks, and code
scanning — direct pushes are rejected. Instead of pushing the
version-bump commit to main, commit it locally and push only the
annotated tag ref. Downstream release jobs check out by tag so
they receive the correct versioned code.
0 commit comments