From 7733660b8a4d84bc0e373dc14805ab245f998eef Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 13 Apr 2024 02:55:38 +0200 Subject: [PATCH] ci: correctly check assets [skip ci] --- check_tags.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_tags.sh b/check_tags.sh index 6f48fb7..ceebc5a 100755 --- a/check_tags.sh +++ b/check_tags.sh @@ -43,6 +43,8 @@ else ASSETS=$( echo "${GITHUB_RESPONSE}" | jq -c '.assets | map(.name)?' ) elif [[ "${RECHECK_ASSETS}" == "yes" ]]; then + export SHOULD_BUILD="no" + ASSETS=$( echo "${GITHUB_RESPONSE}" | jq -c '.assets | map(.name)?' ) else ASSETS="null"