Skip to content

Commit 219647f

Browse files
committed
fix: fix changelog automation pipeline
1 parent 2ad31ea commit 219647f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release-make-it-native.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ async function cloneDocsRepo(git) {
151151

152152
console.log(import.meta.url);
153153
console.log(path.dirname(import.meta.url));
154+
console.log(process.cwd());
154155

155156
await git.addConfig("user.name", GIT_AUTHOR_NAME, false, "global");
156157
await git.addConfig("user.email", GIT_AUTHOR_EMAIL, ["--global"]);

0 commit comments

Comments
 (0)