Skip to content

Commit 885e31b

Browse files
committed
add submodules init to release.yml
1 parent ea6104d commit 885e31b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
13+
with:
14+
submodules: recursive
1315
- name: Verify commit exists in origin/master
1416
run: |
1517
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*

0 commit comments

Comments
 (0)