fix(actions): update trigger.dev github action (#1417)

This commit is contained in:
Waleed
2025-09-22 12:38:31 -07:00
committed by GitHub
parent a3c76da636
commit aa01e7e58a

View File

@@ -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