Skip to content

Commit f0bf02b

Browse files
committed
Recursive clone in workflow
1 parent 5d1b879 commit f0bf02b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
-
1515
name: Checkout
1616
uses: actions/checkout@v4
17+
with:
18+
submodules: true
1719
-
1820
name: Install Python
1921
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)