diff --git a/.github/workflows/get-size.yml b/.github/workflows/get-size.yml index 923c0c86..1f4ba8c0 100644 --- a/.github/workflows/get-size.yml +++ b/.github/workflows/get-size.yml @@ -14,7 +14,7 @@ jobs: with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} pattern: './dist/**/*.{js,css,html}' - strip-hash: '\b\w{8}.' + strip-hash: '[-|.]\w{8}|\w{32}' exclude: '{./dist/manifest.json,**/*.map,**/node_modules/**}' minimum-change-threshold: 100 # Check number of lines of code added