Fix publish license path (#7927)

This commit is contained in:
Carter Anderson 2023-03-06 02:38:45 -08:00
parent 21b2b86864
commit 289fd1d0f2

View file

@ -51,8 +51,8 @@ pushd crates
for crate in "${crates[@]}" for crate in "${crates[@]}"
do do
echo "Publishing ${crate}" echo "Publishing ${crate}"
cp ../docs/LICENSE-MIT "$crate" cp ../LICENSE-MIT "$crate"
cp ../docs/LICENSE-APACHE "$crate" cp ../LICENSE-APACHE "$crate"
pushd "$crate" pushd "$crate"
git add LICENSE-MIT LICENSE-APACHE git add LICENSE-MIT LICENSE-APACHE
cargo publish --no-verify --allow-dirty cargo publish --no-verify --allow-dirty