Skip to content

Commit

Permalink
fix(ci): checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 21, 2024
1 parent 2e31f36 commit 9186f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Commit Cargo.lock
Expand Down

0 comments on commit 9186f85

Please sign in to comment.