Skip to content

Commit bab8eee

Browse files
authored
Checkout submodules during release workflow (#10)
1 parent 1aa9f15 commit bab8eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: "actions/checkout@v4"
1818
with:
19-
fetch-depth: 0
19+
submodules: "recursive"
2020
- name: "Log in to container registry"
2121
uses: "docker/[email protected]"
2222
with:

0 commit comments

Comments
 (0)