Skip to content

Commit a9b5072

Browse files
committed
correct publish order
1 parent e2fd3d2 commit a9b5072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ crates=(
33
bevy_utils
44
bevy_derive
55
bevy_math
6+
bevy_geometry
67
bevy_tasks
78
bevy_ecs/macros
89
bevy_ecs
@@ -30,7 +31,6 @@ crates=(
3031
bevy_wgpu
3132
bevy_internal
3233
bevy_dylib
33-
bevy_geometry
3434
)
3535

3636
cd crates

0 commit comments

Comments
 (0)