Config Git correctly for releasing (#4506)

Co-authored-by: Zihua Li <635902+luin@users.noreply.github.com>
This commit is contained in:
Zihua Li 2024-11-29 21:59:37 +08:00 committed by GitHub
parent 07b68c98b3
commit 910ab4ed63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ if (!process.env.CI) {
exec('echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc');
async function main() {
const configGit = (await import("./utils/configGit.mjs")).default;
await configGit();
/*