🔨 Script tweak

This commit is contained in:
Manuel Cillero 2024-02-09 23:51:16 +01:00
parent ff34c4de49
commit 84405a897a

View file

@ -38,7 +38,7 @@ pushd helpers
for crate in "${helpers[@]}"; do publish_crate; done
popd
echo "Publishing root crate"
echo -e "\nPublishing root crate"
cargo publish --allow-dirty
pushd packages