Skip to content

Commit

Permalink
Merge pull request #32 from talsec/fix-ci
Browse files Browse the repository at this point in the history
chore(ci): install deps when cache is active
  • Loading branch information
tompsota authored May 20, 2024
2 parents 9a382c3 + a70fb44 commit 3ae55cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci
shell: bash

Expand Down

0 comments on commit 3ae55cb

Please sign in to comment.