Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoqblin-hiptest authored Apr 19, 2021
1 parent 4888966 commit be8e261
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
uses: actions/cache@v2.1.5
with:
path: node_modules
key: ${{ runner.os }}-build-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
key: ${{ runner.os }}-cache-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit be8e261

Please sign in to comment.