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