From fe2398016186896f0db3a6ca56015bf141bddd1e Mon Sep 17 00:00:00 2001 From: Morgan <33722304+ThyMinimalDev@users.noreply.github.com> Date: Wed, 14 Jan 2026 15:48:15 +0200 Subject: [PATCH] fix: draft release trigger (#26831) --- .github/workflows/draft-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d4deae6ee5..d649b9c2a4 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -68,7 +68,8 @@ jobs: TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }} run: | # The CLI outputs the version; id allows us to access outputs.deploymentVersion - npx trigger.dev@latest deploy --skip-promotion + cd packages/features + npx trigger.dev@latest deploy --config --skip-promotion - name: Bump version env: