diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd9302db..8a32e4c55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: echo "::set-output name=tag::$(git describe --abbrev=0 --tags)" - name: Install dependencies - run: npm ci --omit=dev --ignore-scripts + run: npm ci --ignore-scripts - name: Build id: build