Skip to content

Commit d453c7c

Browse files
committed
fix syntax
1 parent c2aa9c3 commit d453c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-sites.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# cache directory
3939
path: packages/sites/${{ matrix.dir }}/node_modules/.cache/webpack/
40-
key: ${{ GITHUB_REF_NAME }}-webpack-build
40+
key: ${ GITHUB_REF_NAME }-webpack-build
4141
# fallback to use "main" branch cache
4242
restore-keys: |
4343
main-webpack-build

0 commit comments

Comments
 (0)