Skip to content

Commit 23a66b1

Browse files
committed
build: remove unneeded check
1 parent 51b5711 commit 23a66b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
node-version: ${{steps.node.outputs.version}}
4242
cache: npm
4343
- name: Install packages
44-
if: steps.cache.outputs.cache-hit != 'true'
4544
run: npm ci
4645
- name: Run build
4746
run: npm run build

0 commit comments

Comments
 (0)