From fcc78c7e6856242d54ccfd5b9c367ef191e93a83 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 27 Feb 2023 14:00:32 +0100 Subject: [PATCH] Fix crate publishing order --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5653e6774..f58d1cecc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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