diff --git a/.github/workflows/generate-code.yml b/.github/workflows/generate-code.yml index 89d3a40..4011780 100644 --- a/.github/workflows/generate-code.yml +++ b/.github/workflows/generate-code.yml @@ -29,7 +29,8 @@ jobs: generate-code: true generate-comment: false generate-code-command: | - yarn terra + sh terra-types.sh + sh terra-binding.sh - name: Create PR uses: AgoraIO-Extensions/actions/.github/actions/pr@main