diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ca7e7f..7c64360 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,9 +47,9 @@ jobs: id: yarn-cache with: path: ${{ steps.yarn-cache-dir.outputs.dir }} - key: ${{ ubuntu-latest }}-${{ env.NODE_VERSION }}-yarn-${{ hashFiles('**/yarn.lock') }} + key: ubuntu-latest-${{ env.NODE_VERSION }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ ubuntu-latest }}-${{ env.NODE_VERSION }}-yarn- + ubuntu-latest-${{ env.NODE_VERSION }}-yarn- - name: Install dependencies and build run: |