From cbac060cdda845972c790f68e8f2e8cca5c83b0f Mon Sep 17 00:00:00 2001 From: Mattia Manzati Date: Fri, 22 May 2026 09:56:55 +0200 Subject: [PATCH] fix: track typescript-go submodule updates --- .github/workflows/update-typescript-go.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: