diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 9e6da005f..fad124779 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -20,6 +20,9 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 + - name: Enable corepack + run: corepack enable pnpm + - name: Setup Node.js 18 uses: actions/setup-node@v4 with: