Skip to content

Commit c1f2b62

Browse files
authored
Update release.yml
Fix CI not checking submodules
1 parent 0c28696 commit c1f2b62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
submodules: true
2122
-
2223
name: Set up Go
2324
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)