Skip to content

Commit

Permalink
Config Git correctly for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Nov 29, 2024
1 parent 07b68c9 commit 0ff36c5
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 0ff36c5

Please sign in to comment.