diff --git a/docs/deployment/atomic-deployment.mdx b/docs/deployment/atomic-deployment.mdx index cc74a31920..5edcb090e3 100644 --- a/docs/deployment/atomic-deployment.mdx +++ b/docs/deployment/atomic-deployment.mdx @@ -55,7 +55,6 @@ jobs: TRIGGER_VERSION: ${{ steps.deploy-trigger.outputs.deploymentVersion }} - name: Promote Trigger.dev Version - if: false run: npx trigger.dev@latest promote $TRIGGER_VERSION env: TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}