diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 2214187..2a002c7 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -35,7 +35,7 @@ jobs: cache: 'npm' - name: Install Dependencies - run: npm install + run: npm run install:all # Check if there are any new changesets to process - name: Check for changesets