Skip to content

Commit

Permalink
Development (#8)
Browse files Browse the repository at this point in the history
* execute script in cwd
  • Loading branch information
jessicalostinspace authored Jan 9, 2020
1 parent c3883d7 commit 1ba3afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async function getSemVerBranches(regexString) {
err += data.toString();
}
};
options.cwd = './';

await exec.exec(`${src}/get-semver-and-branch.sh`, [regexString], options);
const { semanticVersion, branchName } = JSON.parse(output);
Expand Down

0 comments on commit 1ba3afe

Please sign in to comment.