diff --git a/.github/workflows/bundle-size.yaml b/.github/workflows/bundle-size.yaml index 5d26b72..61ee5bb 100644 --- a/.github/workflows/bundle-size.yaml +++ b/.github/workflows/bundle-size.yaml @@ -80,5 +80,5 @@ jobs: const size = sizes[packageName]; const sizePR = sizesPR[packageName]; return [packageName, formatSize(size), sizePR === size ? 'No change' : formatSize(sizePR)]; - })); + }))); core.summary.write();