Skip to content

Commit e961726

Browse files
committed
GitHub actions should checkout submodules too
1 parent b713f5d commit e961726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
steps:
1212

1313
- name: Checkout source code
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v2
15+
with:
16+
submodules: 'true'
1517

1618

1719
- name: Deploy to Docker Hub

0 commit comments

Comments
 (0)