Skip to content

Commit c6ac13d

Browse files
committed
chore: update release-plz.yml to enable recursive submodule fetching
1 parent 4e700ce commit c6ac13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Checkout repository
1919
uses: actions/checkout@v5
2020
with:
21-
fetch-depth: 0
21+
submodules: recursive
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
- &install-rust
2424
name: Install Rust toolchain

0 commit comments

Comments
 (0)