From 3a59b77eb4f2d1d3c831fc408c54c46f041a6a08 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:50:43 +0000 Subject: [PATCH] fix(ci): checkout submodules in consume_release monad-execution override Co-Authored-By: Claude --- .github/workflows/consume_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/consume_release.yaml b/.github/workflows/consume_release.yaml index e0b18c7ed4..9996313f68 100644 --- a/.github/workflows/consume_release.yaml +++ b/.github/workflows/consume_release.yaml @@ -100,6 +100,7 @@ jobs: repository: ${{ inputs.monad_execution_repo }} ref: ${{ inputs.monad_execution_ref }} path: monad-eest-rust-harness/monad-bft/monad-execution + submodules: recursive fetch-depth: 0 token: ${{ secrets.MONAD_STACK_TOKEN }}