chore(deps): upgrade trigger.dev in gh action (#1171)

This commit is contained in:
Waleed
2025-08-28 17:08:59 -07:00
committed by GitHub
parent fcf128f6db
commit 5ae5429296

View File

@@ -35,10 +35,10 @@ jobs:
- name: Deploy to Staging - name: Deploy to Staging
if: github.ref == 'refs/heads/staging' if: github.ref == 'refs/heads/staging'
working-directory: ./apps/sim working-directory: ./apps/sim
run: npx --yes trigger.dev@4.0.0 deploy -e staging run: npx --yes trigger.dev@4.0.1 deploy -e staging
- name: Deploy to Production - name: Deploy to Production
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
working-directory: ./apps/sim working-directory: ./apps/sim
run: npx --yes trigger.dev@4.0.0 deploy run: npx --yes trigger.dev@4.0.1 deploy