Răsfoiți Sursa

chore: Fix workflow file

Michael Bromley 4 ani în urmă
părinte
comite
07e5487d9e
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      .github/workflows/publish_and_install.yml

+ 0 - 1
.github/workflows/publish_and_install.yml

@@ -49,7 +49,6 @@ jobs:
       id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
       with:
         path: '**/node_modules'
-          ${{ steps.yarn-cache-dir-path.outputs.dir }}
         key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
         restore-keys: |
           ${{ runner.os }}-yarn-