Skip to content

Commit

Permalink
Add new crates to publish.sh (#15700)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 authored Oct 7, 2024
1 parent 0138710 commit 90c6f24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ crates=(
bevy_macro_utils
bevy_derive
bevy_math
bevy_color
bevy_tasks
bevy_reflect/derive
bevy_reflect
Expand All @@ -27,14 +28,19 @@ crates=(
bevy_encase_derive
bevy_render/macros
bevy_mikktspace
bevy_image
bevy_mesh
bevy_render
bevy_core_pipeline
bevy_input
bevy_gilrs
bevy_animation
bevy_animation/derive
bevy_pbr
bevy_gltf
bevy_remote
bevy_scene
bevy_picking
bevy_sprite
bevy_gizmos/macros
bevy_gizmos
Expand All @@ -45,8 +51,6 @@ crates=(
bevy_dev_tools
bevy_internal
bevy_dylib
bevy_color
bevy_picking
)

if [ -n "$(git status --porcelain)" ]; then
Expand Down

0 comments on commit 90c6f24

Please sign in to comment.