Skip to content

Commit 2293cdf

Browse files
committed
fix
1 parent e51fd02 commit 2293cdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package-size-report.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: Package size report
2525
uses: pkg-size/action@v1
26-
hide-files: '!/dist/cwr.js'
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
with:
29+
hide-files: '!/dist/cwr.js'
2930

0 commit comments

Comments
 (0)