diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 50fbb690..195f3602 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -23,7 +23,7 @@ jobs: with: node-version: "lts/*" - name: Install dependencies - run: npm clean-install + run: npm clean-install --include=dev - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}