Config Git correctly for releasing (#4506)
Co-authored-by: Zihua Li <635902+luin@users.noreply.github.com>
This commit is contained in:
parent
07b68c98b3
commit
910ab4ed63
@ -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();
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user