Skip to content

Commit

Permalink
Accept review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Dubois <[email protected]>
Signed-off-by: Mark Yen <[email protected]>
(cherry picked from commit 8f782de)
  • Loading branch information
mook-as authored and jandubois committed Jun 14, 2024
1 parent 130004c commit bb5a8b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release-merge-to-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ async function ensureBranch(owner: string, repo: string, branchName: string, tag
if (!(ex instanceof RequestError) || ex.status !== 404) {
throw ex;
}
console.log(`Creating new branch ${ owner }/${ repo }/${ ref }` +
`at ${ sha }`);
console.log(`Creating new branch ${ owner }/${ repo }/${ ref } at ${ sha }`);
// Branch does not exist; create it.
await git.createRef({
// Only this API takes a `refs/` prefix; get & update omit it.
Expand Down

0 comments on commit bb5a8b1

Please sign in to comment.