Skip to content

Commit 782a786

Browse files
author
Dimitri POSTOLOV
authored
Update nextjs-bundle-analysis.yml
1 parent f5868b1 commit 782a786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
cache-name: cache-next-build
4545
with:
46-
name: bundle-${{ matrix.package//\//- }}
46+
name: bundle-${{ matrix.package == 'docs' && 'docs' || 'swr-site' }}
4747
workflow: nextjs-bundle-analysis.yml
4848
branch: ${{ github.event.pull_request.base.ref }}
4949
path: ${{ matrix.package }}/.next/analyze/base/bundle

0 commit comments

Comments
 (0)