Skip to content

Commit 9abfdb2

Browse files
committed
fix: fix changelog automation pipeline
1 parent 219647f commit 9abfdb2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

scripts/release-make-it-native.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,8 @@ async function cloneDocsRepo(git) {
149149

150150
process.chdir(DOCS_REPO_NAME);
151151

152-
console.log(import.meta.url);
153-
console.log(path.dirname(import.meta.url));
154-
console.log(process.cwd());
155-
156152
await git.addConfig("user.name", GIT_AUTHOR_NAME, false, "global");
157-
await git.addConfig("user.email", GIT_AUTHOR_EMAIL, ["--global"]);
153+
await git.addConfig("user.email", GIT_AUTHOR_EMAIL, false, "--global");
158154

159155
await git.checkoutLocalBranch(DOCS_BRANCH_NAME);
160156
}

0 commit comments

Comments
 (0)