Skip to content

Commit e583dca

Browse files
authored
v5 release (#26)
1 parent 22dda43 commit e583dca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
id: yarn-cache
4848
with:
4949
path: ${{ steps.yarn-cache-dir.outputs.dir }}
50-
key: ${{ ubuntu-latest }}-${{ env.NODE_VERSION }}-yarn-${{ hashFiles('**/yarn.lock') }}
50+
key: ubuntu-latest-${{ env.NODE_VERSION }}-yarn-${{ hashFiles('**/yarn.lock') }}
5151
restore-keys: |
52-
${{ ubuntu-latest }}-${{ env.NODE_VERSION }}-yarn-
52+
ubuntu-latest-${{ env.NODE_VERSION }}-yarn-
5353
5454
- name: Install dependencies and build
5555
run: |

0 commit comments

Comments
 (0)