diff --git a/.github/workflows/generated-files_v2.yaml b/.github/workflows/generated-files_v2.yaml index d10ce2ec..18d243c3 100644 --- a/.github/workflows/generated-files_v2.yaml +++ b/.github/workflows/generated-files_v2.yaml @@ -57,7 +57,7 @@ jobs: - name: Check for changes run: | - if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg types; then + if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg typechain-types; then echo "Generated Go files are up-to-date." else echo "::error::Generated files are not up-to-date. Please run 'yarn generate' locally and commit any changes."