Skip to content

Commit

Permalink
build(release): compiled action for 1.2.4
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 1069d84 commit 2621f83
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 @@ -548,7 +548,7 @@ async function main() {
);

if (currentBranch === DEFAULT_BRANCH) {
core.info(`Already in basen branch "${branch}".`);
core.info(`Already in base branch "${currentBranch}".`);
} else {
core.debug(`rebase all local changes on base branch`);
await runShellCommand(
Expand Down

0 comments on commit 2621f83

Please sign in to comment.