diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a91144d..0c5c3ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,11 @@ jobs: with: node-version: 20 + - name: Install pnpm + run: corepack enable && corepack prepare pnpm@8.15.6 --activate + - name: Install Dependencies - run: yarn + run: pnpm install - name: Create Release Pull Request or Publish to npm id: changesets @@ -30,4 +33,4 @@ jobs: publish: yarn publish-mila env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file