diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 5414282c624..4bc2e2d4e0b 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -230,7 +230,7 @@ jobs: echo "---" echo "title: some title" echo "---" - elif + else echo "Not bad title found, continuing..." title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1) echo "The title is: ${title}"