From 0ca89f73badc8090cf9f84e00d156f6aad84ce63 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Fri, 24 Oct 2025 16:54:31 -0700 Subject: [PATCH] chore(cd): add if statement to pnpm --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f427a674..cb336825 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -36,6 +36,7 @@ jobs: fetch-depth: 0 # Fetch all history for all tags and branches - name: Setup pnpm + if: ${{ steps.release.outputs.releases_created == 'true' }} uses: pnpm/action-setup@v4 - name: read node version from the .nvmrc file