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
ci(workflows): fixed release workflow git operations for tag handling
- Dynamically determine target branch (main or master) to ensure pushes reach the correct branch.
- Move git tag to the versioned commit so GoReleaser builds from the correct release artifact.
- Restore branch context before pushing version bump to prevent tag checkout state issues.
0 commit comments