Skip to content

Commit

Permalink
fix(build): location parameter to avoid missing build number
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored Jun 5, 2020
1 parent c96ba01 commit ffbb9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config/project/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var
*******************************/

try {
config = requireDotFile('semantic.json');
config = requireDotFile('semantic.json', process.cwd());
}
catch(error) {}

Expand Down

0 comments on commit ffbb9ec

Please sign in to comment.