chore: dont push on bump

This commit is contained in:
Aman Varshney
2025-09-04 15:09:53 +05:30
parent 94cb58d024
commit befd1c50dc

View File

@@ -85,7 +85,6 @@ async function main(): Promise<void> {
await $`bun run build:cli`;
await $`git add apps/cli/package.json bun.lock`;
await $`git commit -m "chore(release): ${newVersion}"`;
await $`git push origin main`;
console.log(`✅ Released v${newVersion}`);
}