ci: push to main post release
This commit is contained in:
@@ -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`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user