mirror of https://github.com/LemmyNet/lemmy.git
Better old_tag
parent
622f5a0bc5
commit
a57f6821b0
|
@ -21,7 +21,7 @@ fi
|
|||
|
||||
# Update crate versions for crates.io
|
||||
pushd ../../
|
||||
old_tag=$(cat "ansible/VERSION")
|
||||
old_tag=$(head -3 Cargo.toml | tail -1 | cut -d'"' -f 2)
|
||||
for crate in crates/*; do
|
||||
pushd $crate
|
||||
# update version of the crate itself (only first occurence)
|
||||
|
|
Loading…
Reference in New Issue