We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2aa9c3 commit d453c7cCopy full SHA for d453c7c
.github/workflows/npm-publish-sites.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
# cache directory
39
path: packages/sites/${{ matrix.dir }}/node_modules/.cache/webpack/
40
- key: ${{ GITHUB_REF_NAME }}-webpack-build
+ key: ${ GITHUB_REF_NAME }-webpack-build
41
# fallback to use "main" branch cache
42
restore-keys: |
43
main-webpack-build
0 commit comments