From 372f258f9ff9adf217b5a2b5de4210014ec84406 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Fri, 20 Oct 2023 15:16:25 +0700 Subject: [PATCH] ci: fix --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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