diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index 4e2dad8ac..c9f9bf33f 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -58,6 +58,7 @@ jobs: with: persist-credentials: false - uses: pnpm/action-setup@v4 + if: env.SKIP_RELEASE == 'false' - uses: actions/setup-node@v5 if: env.SKIP_RELEASE == 'false' with: