Skip to content

Commit

Permalink
main too
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Aug 29, 2023
1 parent e844421 commit 7c0bdd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bump-pack/src/derive-shas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ async function findSuccessfulCommit(branchName: string) {
try {
betterExec(`git branch -D --force ${tmpBranchName}`);
} catch {}
betterExec(`git switch -c ${baseBranchName}`);
betterExec(`git switch -c ${branchName}`);
betterExec(`git reset --hard ${actualPRHeadSha}`);

Expand Down

0 comments on commit 7c0bdd6

Please sign in to comment.