Skip to content

fix: remove force push from release workflow - #60

Merged
mrsimpson merged 1 commit into
mainfrom
fix/release-push
Aug 20, 2026
Merged

fix: remove force push from release workflow#60
mrsimpson merged 1 commit into
mainfrom
fix/release-push

Conversation

@mrsimpson

Copy link
Copy Markdown
Collaborator

Fixes the release workflow by using git push --force-with-lease to handle protected branch restrictions. The version bump commit needs to overwrite the previous commit's history on main, which requires force push with the GitHub App token that has push permissions.

@mrsimpson mrsimpson changed the title fix: use force-with-lease for push to protected main branch fix: remove force push from release workflow Aug 20, 2026
@mrsimpson
mrsimpson merged commit 92ef088 into main Aug 20, 2026
1 check passed
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.

1 participant