add --update-crates-index arg
This commit is contained in:
parent
6fa5e6d78a
commit
a36544e1ff
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ fi
|
|||
if [[ $SKIP_CRATE_PUBLISH == true ]]; then
|
||||
params+=(--skip-publish)
|
||||
fi
|
||||
cargo smart-release "${params[@]}"
|
||||
cargo smart-release --update-crates-index "${params[@]}"
|
||||
|
||||
./scripts/package-deb.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue