Skip to content

Commit 15b283d

Browse files
committed
feat(ci): Enable submodule checkout in release workflow
1 parent 5b12abe commit 15b283d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
steps:
5555
- name: "Checkout"
5656
uses: actions/checkout@v4
57+
with:
58+
submodules: true
5759

5860
- name: "Set up Rust"
5961
uses: dtolnay/rust-toolchain@nightly
@@ -80,6 +82,8 @@ jobs:
8082
steps:
8183
- name: "Checkout"
8284
uses: actions/checkout@v4
85+
with:
86+
submodules: true
8387

8488
- name: "Downloadd all artifacts"
8589
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)