Skip to content

Commit f58c480

Browse files
chore: fix typo in compressed size action
1 parent ef72b47 commit f58c480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compressed-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
repo-token: '${{ secrets.GITHUB_TOKEN }}'
1616
pattern: 'packages/**/lib/**/*.js'
17-
exlude: 'packages/**/src/lib/**'
17+
exclude: 'packages/**/src/lib/**'
1818
compression: 'gzip'

0 commit comments

Comments
 (0)