Skip to content

Commit 3d7877e

Browse files
committed
Make checkout fetch submodules
1 parent e3fbfad commit 3d7877e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
16+
submodules: 'recursive'
1417

1518
- name: Install Aftman
1619
uses: ok-nick/setup-aftman@v0

0 commit comments

Comments
 (0)