From 8280ce28c822477d5df1e08613dbfc9131449242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Mon, 28 Oct 2024 21:57:39 +0100 Subject: [PATCH] chore: install dep on root (#859) --- .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 ff9e13d5c..6d44bf838 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: pnpm install @changesets/changelog-git@0.2.0 + run: pnpm install --workspace-root @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