Explorar el Código

chore: Fix workflow file

Michael Bromley hace 4 años
padre
commit
07e5487d9e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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-