We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf128f commit 5ae5429Copy full SHA for 5ae5429
.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.0 deploy -e staging
+ run: npx --yes trigger.dev@4.0.1 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.0 deploy
+ run: npx --yes trigger.dev@4.0.1 deploy
44
0 commit comments