Install set-version

This commit is contained in:
Andras Schmelczer 2025-11-30 15:26:22 +00:00
commit bbf81d3111

View file

@ -15,6 +15,8 @@ else
exit 1 exit 1
fi fi
cargo install cargo-set-version
if [[ -n $(git status --porcelain) ]]; then if [[ -n $(git status --porcelain) ]]; then
echo "Your working directory is not clean. Please commit or stash your changes before proceeding." echo "Your working directory is not clean. Please commit or stash your changes before proceeding."
exit 1 exit 1