diff --git a/.github/workflows/release-weekly-comfyui.yaml b/.github/workflows/release-weekly-comfyui.yaml index d763aa0f50..a46c550862 100644 --- a/.github/workflows/release-weekly-comfyui.yaml +++ b/.github/workflows/release-weekly-comfyui.yaml @@ -63,7 +63,7 @@ jobs: set -euo pipefail # Run the resolver script - if ! RESULT=$(tsx scripts/cicd/resolve-comfyui-release.ts ../comfyui .); then + if ! RESULT=$(pnpm exec tsx scripts/cicd/resolve-comfyui-release.ts ../comfyui .); then echo "Failed to resolve release information" exit 1 fi