diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14b9bffd..5c89f8c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,8 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: 'pnpm' if: ${{ steps.release.outputs.release_created }} + - uses: pnpm/action-setup@v2 + if: ${{ steps.release.outputs.release_created }} - run: pnpm install if: ${{ steps.release.outputs.release_created }} - run: pnpm compile