From a70fb4407d2e8f6d1719b54d232a97ad304aadf7 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Mon, 20 May 2024 13:22:18 +0200 Subject: [PATCH] chore(ci): install deps when cache is active --- .github/workflows/publish-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 6b04c9a..9018e80 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -65,7 +65,6 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies - if: steps.npm-cache.outputs.cache-hit != 'true' run: npm ci shell: bash