diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 3b7dc289..5f189d78 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -64,4 +64,4 @@ jobs: - name: Deploy to Vercel working-directory: packages/example - run: vercel deploy --prebuilt --token ${{ secrets.VERCEL_TOKEN }} \ No newline at end of file + run: vercel deploy --token ${{ secrets.VERCEL_TOKEN }} \ No newline at end of file