Skip to content

Commit ffbb9ec

Browse files
authored
fix(build): location parameter to avoid missing build number
1 parent c96ba01 commit ffbb9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/config/project/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var
1515
*******************************/
1616

1717
try {
18-
config = requireDotFile('semantic.json');
18+
config = requireDotFile('semantic.json', process.cwd());
1919
}
2020
catch(error) {}
2121

0 commit comments

Comments
 (0)