Skip to content

Commit aa01e7e

Browse files
authored
fix(actions): update trigger.dev github action (#1417)
1 parent a3c76da commit aa01e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: Deploy to Staging
3636
if: github.ref == 'refs/heads/staging'
3737
working-directory: ./apps/sim
38-
run: npx --yes [email protected].1 deploy -e staging
38+
run: npx --yes [email protected].4 deploy -e staging
3939

4040
- name: Deploy to Production
4141
if: github.ref == 'refs/heads/main'
4242
working-directory: ./apps/sim
43-
run: npx --yes [email protected].1 deploy
43+
run: npx --yes [email protected].4 deploy
4444

0 commit comments

Comments
 (0)