mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix: gh actions
This commit is contained in:
@@ -85,8 +85,7 @@ 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 tag v${newVersion}`;
|
||||
await $`git push origin v${newVersion}`;
|
||||
await $`git push origin main`;
|
||||
|
||||
console.log(`✅ Released v${newVersion}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user