Skip to content

Commit

Permalink
ci: fix hashfile in caching
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsarvagyaa authored Mar 22, 2022
1 parent 19f5767 commit 993c350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('package.json') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Reconfigure git to use HTTP authentication
Expand Down

0 comments on commit 993c350

Please sign in to comment.