From 2d2802cf7a21c851b14f0878d9170952ba7307d6 Mon Sep 17 00:00:00 2001 From: Niall Farrell Date: Fri, 7 Jun 2024 16:35:08 +0100 Subject: [PATCH] --include=dev --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}