1 parent e4839e0 commit 17aefbfCopy full SHA for 17aefbf
1 file changed
scripts/update-version.sh
@@ -11,7 +11,7 @@ if ! [[ "$1" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
11
fi
12
13
# Check if git status is clean
14
-if ! git status --porcelain | grep -q '^[MADRCU]'; then
+if git status --porcelain | grep -q '^[MADRCU]'; then
15
echo "Git status is not clean"
16
exit 1
17
0 commit comments