We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c76da commit aa01e7eCopy full SHA for aa01e7e
.github/workflows/trigger-deploy.yml
@@ -35,10 +35,10 @@ jobs:
35
- name: Deploy to Staging
36
if: github.ref == 'refs/heads/staging'
37
working-directory: ./apps/sim
38
- run: npx --yes trigger.dev@4.0.1 deploy -e staging
+ run: npx --yes trigger.dev@4.0.4 deploy -e staging
39
40
- name: Deploy to Production
41
if: github.ref == 'refs/heads/main'
42
43
- run: npx --yes trigger.dev@4.0.1 deploy
+ run: npx --yes trigger.dev@4.0.4 deploy
44
0 commit comments