Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix resync maintenance release task #1595

Merged
merged 1 commit into from
Jan 19, 2023
Merged

Fix resync maintenance release task #1595

merged 1 commit into from
Jan 19, 2023

Conversation

knolleary
Copy link
Member

The task to resync main to maintenance failed in the 1.3.0 release.

This PR fixes the error by being explicit on what branch we want the maintenance branch to be reset to.

This doesn't appear to be necessary when running the commands locally, but there must be something about how actions/checkout leaves things that makes this necessary when running in a GH Action.

I have reproduced the error in a private repo on my personal GH account and verified this fixes it there.

The task to resync `main` to `maintenance` failed in the 1.3.0 release.

This PR fixes the error by being explicit on what branch we want the `maintenance` branch to be reset to.

This doesn't appear to be necessary when running the commands locally, but there must be something about how `actions/checkout` leaves things that makes this necessary when running in a GH Action.

I have reproduced the error in a private repo on my personal GH account and verified this fixes it there.
@hardillb hardillb merged commit 0fd7a9f into main Jan 19, 2023
@hardillb hardillb deleted the knolleary-patch-2 branch January 19, 2023 15:35
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.

None yet

2 participants