Skip to content

Commit

Permalink
Config Git correctly for releasing (#4506)
Browse files Browse the repository at this point in the history
Co-authored-by: Zihua Li <[email protected]>
  • Loading branch information
luin and luin authored Nov 29, 2024
1 parent 07b68c9 commit 910ab4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

/*
Expand Down

0 comments on commit 910ab4e

Please sign in to comment.