Skip to content

Commit

Permalink
fix: typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Aug 4, 2024
1 parent d52acf5 commit c97df5e
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 @@ -76,7 +76,7 @@ jobs:
uses: actions/cache@v2
with:
path: 'node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('package-lock.lock') }}
key: ${{ runner.os }}-modules-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-modules-
- run: npm ci
Expand Down

0 comments on commit c97df5e

Please sign in to comment.