From 1db72dc823b0e84d6951e53bb2480d538e43e04d Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Wed, 20 Aug 2025 18:13:15 -0700 Subject: [PATCH] pin version --- .github/workflows/trigger-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-deploy.yml b/.github/workflows/trigger-deploy.yml index 57eaf86022..a0310acbb5 100644 --- a/.github/workflows/trigger-deploy.yml +++ b/.github/workflows/trigger-deploy.yml @@ -35,10 +35,10 @@ jobs: - name: Deploy to Staging if: github.ref == 'refs/heads/staging' working-directory: ./apps/sim - run: npx --yes trigger.dev@latest deploy -e staging + run: npx --yes trigger.dev@3.3.17 deploy -e staging - name: Deploy to Production if: github.ref == 'refs/heads/main' working-directory: ./apps/sim - run: npx --yes trigger.dev@latest deploy + run: npx --yes trigger.dev@3.3.17 deploy