Fix release

This commit is contained in:
Andras Schmelczer 2025-12-02 20:44:20 +00:00
parent 215c024876
commit 89e3b61766
2 changed files with 2 additions and 2 deletions

View file

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