From 6ab14b99444986be489a3e5e104dd293fc970f20 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Thu, 12 Dec 2024 17:51:56 +0100 Subject: [PATCH] ci(release.yaml): recurse submodules on checkout --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1d23b97..7907bc8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,6 +53,7 @@ jobs: with: fetch-depth: 0 token: "${{ env.GH_TOKEN }}" + submodules: 'recursive' - name: 🐍 python uses: actions/setup-python@v5