Skip to content

Commit

Permalink
build(release): compiled action for 1.2.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Oct 16, 2019
1 parent 2d28a86 commit a498012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,9 @@ async function checkOutRemoteBranch(branch) {
await runShellCommand(`git checkout ${branch}`);
core.info(`Remote branch "${branch}" checked out locally.`);

await runShellCommand(`git rebase -X theirs "${TEMPORARY_BRANCH_NAME}"`);
await runShellCommand(
`git rebase -X theirs --allow-empty-message "${TEMPORARY_BRANCH_NAME}"`
);

return true;
} catch (error) {
Expand Down

0 comments on commit a498012

Please sign in to comment.