From e103a5db5b81ed6eed187619f324772456cf6940 Mon Sep 17 00:00:00 2001 From: Marcin Ochman <55946922+marcin-ochman@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:34:47 +0200 Subject: [PATCH] Checkout with submodules in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d54da4c..c20faee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + submodules: recursive - name: Python Semantic Release Manual id: release_manual