mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 15:49:32 +00:00
ci(release.yaml): recurse submodules on checkout
This commit is contained in:
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user