From 308d067510ea92c759ee960163955fbd49ead8c7 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Mon, 28 Oct 2024 21:29:42 +0100 Subject: [PATCH] chore: install changelog with pnpm instead --- .github/workflows/release-with-changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-with-changesets.yml b/.github/workflows/release-with-changesets.yml index f3f329fd2..ff9e13d5c 100644 --- a/.github/workflows/release-with-changesets.yml +++ b/.github/workflows/release-with-changesets.yml @@ -95,7 +95,7 @@ jobs: - if: steps.packagejson.outputs.exists == 'true' name: Install changelog shell: bash - run: npm install @changesets/changelog-git@0.2.0 + run: pnpm install @changesets/changelog-git@0.2.0 - if: steps.packagejson.outputs.exists == 'true' name: Publish to any of NPM, Github, and Docker Hub uses: changesets/action@v1