Skip to content

Commit

Permalink
Check out all submodules in publish workflow
Browse files Browse the repository at this point in the history
Make sure to check out all submodules in the publish workflow so that we
include all vendored dependencies in the resulting package.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Aug 28, 2024
1 parent fc7d5b6 commit 38a1ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- name: Dry-run package creation
run: cargo package --no-verify
Expand Down

0 comments on commit 38a1ae3

Please sign in to comment.