improvement(trigger): upgrade trigger (#1063)

This commit is contained in:
Vikhyath Mondreti
2025-08-20 18:33:01 -07:00
committed by GitHub
parent 9973b2c165
commit 71e2994f9d
3 changed files with 49 additions and 75 deletions

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@3.3.17 deploy -e staging
run: npx --yes trigger.dev@4.0.0 deploy -e staging
- name: Deploy to Production
if: github.ref == 'refs/heads/main'
working-directory: ./apps/sim
run: npx --yes trigger.dev@3.3.17 deploy
run: npx --yes trigger.dev@4.0.0 deploy