diff --git a/scripts/release.sh b/scripts/release.sh index 7059adf..c8fc2b7 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -10,7 +10,4 @@ pnpm build cp -r .next/standalone ./dist/ -git add dist -git commit -m "chore: Release" - -git push origin HEAD +pnpm release-it