Skip to content

fix[release] :: remove git push origin main from workflow#18

Closed
bniladridas wants to merge 2 commits into
mainfrom
fix-release-workflow
Closed

fix[release] :: remove git push origin main from workflow#18
bniladridas wants to merge 2 commits into
mainfrom
fix-release-workflow

Conversation

@bniladridas

Copy link
Copy Markdown
Contributor

Summary

Remove the git push origin main command from the release workflow to prevent failures due to branch protection rules.

Changes

  • .github/workflows/rust.yml: Removed the line git push origin main from the release job.

Issues Fixed

Testing

  • Workflow YAML validates correctly.
  • The release job will still push tags and create releases without attempting to push commits to main.

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@ghost ghost changed the title fix: remove git push origin main from release workflow fix[release] :: remove git push origin main from workflow Jan 6, 2026
@bniladridas bniladridas marked this pull request as draft January 6, 2026 07:32
@ghost ghost deleted a comment from bniladridas Jan 6, 2026
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.

Release workflow fails to push to main due to branch protection

1 participant