From 4c6c0358df11169dd143be8595731d8ff48b7e00 Mon Sep 17 00:00:00 2001 From: 42CrMo4 <44754810+42CrMo4@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:45:37 +0200 Subject: [PATCH] Update generate_output.yml --- .github/workflows/generate_output.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_output.yml b/.github/workflows/generate_output.yml index 20ef60c..7eb326e 100644 --- a/.github/workflows/generate_output.yml +++ b/.github/workflows/generate_output.yml @@ -131,7 +131,7 @@ jobs: matching_rc_tag=$(matching_rc_tags | tail -n 1) echo "matching_rc_tag=$matching_rc_tag" >> $GITHUB_ENV - if [[ ${#matching_rc_tags[@]} -eq 0 ]]; then + if [[ ${matching_rc_tags[@]} -eq 0 ]]; then echo "No matching tags found for base: ${last_tag_base}-rc" exit 1 fi