From 3bef5f9740f84e6501635c217d4d03b1aae14c00 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Mon, 28 Oct 2024 21:52:50 +0100 Subject: [PATCH] chore: install dep on root --- .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