We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da707fa commit 1db72dcCopy full SHA for 1db72dc
.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@latest deploy -e staging
+ run: npx --yes trigger.dev@3.3.17 deploy -e staging
39
40
- name: Deploy to Production
41
if: github.ref == 'refs/heads/main'
42
43
- run: npx --yes trigger.dev@latest deploy
+ run: npx --yes trigger.dev@3.3.17 deploy
44
0 commit comments