Skip to content

Commit befd1c5

Browse files
chore: dont push on bump
1 parent 94cb58d commit befd1c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/bump-version.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ async function main(): Promise<void> {
8585
await $`bun run build:cli`;
8686
await $`git add apps/cli/package.json bun.lock`;
8787
await $`git commit -m "chore(release): ${newVersion}"`;
88-
await $`git push origin main`;
8988

9089
console.log(`✅ Released v${newVersion}`);
9190
}

0 commit comments

Comments
 (0)