Skip to content

Commit

Permalink
Fix crate publishing order
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 27, 2023
1 parent 5f25219 commit fcc78c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ jobs:
--crate crates/fj-math \
--crate crates/fj-proc \
--crate crates/fj \
--crate crates/fj-host \
--crate crates/fj-interop \
--crate crates/fj-kernel \
--crate crates/fj-export \
--crate crates/fj-operations \
--crate crates/fj-host \
--crate crates/fj-export \
--crate crates/fj-viewer \
--crate crates/fj-window \
--crate crates/fj-app

0 comments on commit fcc78c7

Please sign in to comment.