Skip to content

Commit

Permalink
build(release): compiled action for 1.2.6
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Oct 23, 2019
1 parent ef6f702 commit 72ea639
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 @@ -596,7 +596,7 @@ async function getLocalChanges(path) {
const output = await runShellCommand(`git status ${path || "*"}`);

if (/Your branch is up to date/.test(output)) {
return;
return {};
}

const hasUncommitedChanges = /(Changes to be committed|Changes not staged|Untracked files)/.test(
Expand Down

0 comments on commit 72ea639

Please sign in to comment.