diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 150434c177..d13710d9f4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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