Skip to content

Commit

Permalink
ci: fix (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold authored Oct 20, 2023
1 parent fe12d03 commit 254951d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@kybernetwork'

- name: Restore node_modules
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
# - name: Restore node_modules
# uses: actions/cache@v2
# with:
# path: '**/node_modules'
# key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install dependences
uses: bahmutov/npm-install@HEAD
Expand Down

0 comments on commit 254951d

Please sign in to comment.