Skip to content

Commit

Permalink
fix: checkout submodules for release
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Feb 26, 2024
1 parent e2b78c7 commit 517fbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down

0 comments on commit 517fbbc

Please sign in to comment.