diff --git a/.github/workflows/autoupdate-prod.yaml b/.github/workflows/autoupdate-prod.yaml index 7a4781d8f..4ca0212f3 100644 --- a/.github/workflows/autoupdate-prod.yaml +++ b/.github/workflows/autoupdate-prod.yaml @@ -38,6 +38,7 @@ jobs: if: steps.verify-changed-files.outputs.files_changed == 'true' run: make gen-docs - name: Commit Generator Changes + if: steps.verify-changed-files.outputs.files_changed == 'true' run: | git add . && git commit -m "fix: Generated SDK source code and docs" - name: Release updates