Skip to content

Commit

Permalink
Merge pull request #532 from hannobraun/release
Browse files Browse the repository at this point in the history
Trigger v0.6.0 release again
  • Loading branch information
hannobraun authored May 5, 2022
2 parents 64c9ff6 + bd03799 commit 1dbf5f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ jobs:
# Publish to crates.io
cargo run -- publish \
--token ${{ secrets.CARGO_REGISTRY_TOKEN }} \
--crate ../crates/fj-math \
--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-viewer \
--crate ../crates/fj-app \
--crate ../../crates/fj-math \
--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-viewer \
--crate ../../crates/fj-app

0 comments on commit 1dbf5f7

Please sign in to comment.