diff --git a/.github/workflows/update-typescript-go.yml b/.github/workflows/update-typescript-go.yml index b23b1b1c..40b652ce 100644 --- a/.github/workflows/update-typescript-go.yml +++ b/.github/workflows/update-typescript-go.yml @@ -32,6 +32,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} submodules: recursive + - name: Track TypeScript-Go submodule updates in Git + run: git config submodule.typescript-go.ignore none + - name: Setup Go uses: actions/setup-go@v5 with: @@ -75,6 +78,9 @@ jobs: id: after run: echo "sha=$(git -C typescript-go rev-parse HEAD)" >> "$GITHUB_OUTPUT" + - name: Stage TypeScript-Go submodule pointer + run: git add typescript-go + - name: Build upstream changelog id: changelog env: