Skip to content

Commit 1db72dc

Browse files
committed
pin version
1 parent da707fa commit 1db72dc

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 trigger.dev@latest deploy -e staging
38+
run: npx --yes trigger.dev@3.3.17 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 trigger.dev@latest deploy
43+
run: npx --yes trigger.dev@3.3.17 deploy
4444

0 commit comments

Comments
 (0)