Skip to content

Commit

Permalink
build(release): compiled action for 1.2.5
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 2fd25ff commit ba2dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ async function checkOutRemoteBranch(branch) {
core.info(`Remote branch "${branch}" checked out locally.`);

await runShellCommand(
`git rebase -X theirs --allow-empty-message "${TEMPORARY_BRANCH_NAME}"`
`git cherry-pick --strategy recursive --strategy-option theirs ${TEMPORARY_BRANCH_NAME}`
);

return true;
Expand Down

0 comments on commit ba2dce3

Please sign in to comment.