chore(cd): add if statement to pnpm

This commit is contained in:
Wesley Luyten
2025-10-24 16:54:31 -07:00
parent e78bdaaae7
commit 0ca89f73ba
+1
View File
@@ -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