From 8022983340f880d0955c7249a15e3bceb4c9b61e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:51:49 +0300 Subject: [PATCH] renovate: fix app_version bump (#410) --- .github/scripts/renovate_bump.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/renovate_bump.sh b/.github/scripts/renovate_bump.sh index 943bc1804f..ab8b1e2854 100755 --- a/.github/scripts/renovate_bump.sh +++ b/.github/scripts/renovate_bump.sh @@ -21,7 +21,7 @@ if [[ -z "$update_type" ]]; then fi if grep "$app_path" "$log_path"; then - exit 0 + update_type = "" fi docker run --quiet --rm \ @@ -33,4 +33,4 @@ docker run --quiet --rm \ --dep-name "$dep_name" \ --dep-version "$dep_version" -echo "$app_path" >>"$log_path" +echo "$app_path" >>"$log_path"