diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe14ab44..61e64a0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,6 @@ jobs: - name: Deploy to Production uses: amondnet/vercel-action@v25.2.0 id: deploy-vercel-production - if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} diff --git a/package.json b/package.json index 73e86dc2..96f10c60 100644 --- a/package.json +++ b/package.json @@ -70,4 +70,4 @@ "typescript": "^5.4.3", "vitest": "^1.4.0" } -} \ No newline at end of file +}