ci(release.yaml): recurse submodules on checkout

This commit is contained in:
2024-12-12 17:51:56 +01:00
parent 0783506a0c
commit 6ab14b9944

View File

@@ -53,6 +53,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
token: "${{ env.GH_TOKEN }}" token: "${{ env.GH_TOKEN }}"
submodules: 'recursive'
- name: 🐍 python - name: 🐍 python
uses: actions/setup-python@v5 uses: actions/setup-python@v5