We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dda43 commit e583dcaCopy full SHA for e583dca
1 file changed
.github/workflows/publish.yml
@@ -47,9 +47,9 @@ jobs:
47
id: yarn-cache
48
with:
49
path: ${{ steps.yarn-cache-dir.outputs.dir }}
50
- key: ${{ ubuntu-latest }}-${{ env.NODE_VERSION }}-yarn-${{ hashFiles('**/yarn.lock') }}
+ key: ubuntu-latest-${{ env.NODE_VERSION }}-yarn-${{ hashFiles('**/yarn.lock') }}
51
restore-keys: |
52
- ${{ ubuntu-latest }}-${{ env.NODE_VERSION }}-yarn-
+ ubuntu-latest-${{ env.NODE_VERSION }}-yarn-
53
54
- name: Install dependencies and build
55
run: |
0 commit comments