ci: push to main post release

This commit is contained in:
2023-12-16 18:36:28 +02:00
parent 7963d78e56
commit 28e1caf281

View File

@@ -1,6 +1,6 @@
const { execSync } = require("child_process"); const { execSync } = require("child_process");
execSync(`git push -u origin --tags`); execSync(`git push -u origin main --tags`);
execSync(`pnpm run build`); execSync(`pnpm run build`);