Skip to content

Commit 5ae5429

Browse files
authored
chore(deps): upgrade trigger.dev in gh action (#1171)
1 parent fcf128f commit 5ae5429

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].0 deploy -e staging
38+
run: npx --yes [email protected].1 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].0 deploy
43+
run: npx --yes [email protected].1 deploy
4444

0 commit comments

Comments
 (0)