Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tscpp committed Jun 18, 2024
1 parent eb1ddf0 commit 771a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-versioning-pull-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (!dry && (await getCurrentBranch()) !== GITHUB_BASE_BRANCH) {

if (!dry) {
console.info(`Switch branch to ${GITHUB_HEAD_BRANCH}.`);
await $`git checkout -B ${GITHUB_HEAD_BRANCH} ${`origin/${GITHUB_HEAD_BRANCH}`}`;
await $`git checkout -B ${GITHUB_HEAD_BRANCH}`;
}

const config = await Config.read(CONVER_CONFIG);
Expand Down

0 comments on commit 771a5c3

Please sign in to comment.