Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
ci: add --force option on Clear Cache job
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 authored Mar 6, 2020
1 parent ba3deac commit fb42ac7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/node-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Production Deploy
on:
release:
types: [published]
push:
tags:
- 'v*'

jobs:
deploy:
name: Deploy
Expand All @@ -25,7 +23,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Clear Cache
run: npm cache clean
run: npm cache clean --force
- name: Install Dependencies
run: npm ci
- name: Increment package version
Expand Down

0 comments on commit fb42ac7

Please sign in to comment.