Skip to content

Fix git push rejection in release workflow - #11

Merged
birdmanmandbir merged 1 commit into
mainfrom
claude/fix-release-workflow-push-krIGO
Jan 3, 2026
Merged

Fix git push rejection in release workflow#11
birdmanmandbir merged 1 commit into
mainfrom
claude/fix-release-workflow-push-krIGO

Conversation

@birdmanmandbir

Copy link
Copy Markdown
Contributor

The release workflow was failing because it tried to push from a detached HEAD (tag checkout) to main, but main had already advanced.

Fix by fetching and checking out main branch before applying the chart version updates, ensuring we always have the latest state.

The release workflow was failing because it tried to push from a
detached HEAD (tag checkout) to main, but main had already advanced.

Fix by fetching and checking out main branch before applying the
chart version updates, ensuring we always have the latest state.
@birdmanmandbir
birdmanmandbir merged commit e4c1005 into main Jan 3, 2026
2 checks passed
@birdmanmandbir
birdmanmandbir deleted the claude/fix-release-workflow-push-krIGO branch January 3, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants