diff --git a/.github/workflows/trigger-deploy.yml b/.github/workflows/trigger-deploy.yml index 9e16ae0e9..2ff92647b 100644 --- a/.github/workflows/trigger-deploy.yml +++ b/.github/workflows/trigger-deploy.yml @@ -35,10 +35,10 @@ jobs: - name: Deploy to Staging if: github.ref == 'refs/heads/staging' working-directory: ./apps/sim - run: npx --yes trigger.dev@4.0.1 deploy -e staging + run: npx --yes trigger.dev@4.0.4 deploy -e staging - name: Deploy to Production if: github.ref == 'refs/heads/main' working-directory: ./apps/sim - run: npx --yes trigger.dev@4.0.1 deploy + run: npx --yes trigger.dev@4.0.4 deploy