Skip to content

Commit d701270

Browse files
authored
compressed-size: fix hash removal
1 parent 168613d commit d701270

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
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
pattern: '{packages/*/dist/!(*.module|*.min).{js,mjs},docs/dist/**/*.{js,css}}'
2323
build-script: 'ci:build'
24-
strip-hash: "\\.(\\w{8})\\.(?:js|css)$"
24+
strip-hash: "[.-](\\w{8,9})\\.(?:js|css)$"
2525

0 commit comments

Comments
 (0)