diff --git a/.rczrc.postrelease.js b/.rczrc.postrelease.js index edb933e..b07ff36 100644 --- a/.rczrc.postrelease.js +++ b/.rczrc.postrelease.js @@ -1,6 +1,6 @@ const { execSync } = require("child_process"); -execSync(`git push -u origin --tags`); +execSync(`git push -u origin main --tags`); execSync(`pnpm run build`);