Skip to content

Commit

Permalink
chore(scripts): dont fail for docs formatting on release
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Kois <[email protected]>
  • Loading branch information
stavros-k authored Jan 1, 2024
1 parent 33d3e8e commit 0a5991f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ jobs:
echo "---"
echo "title: some title"
echo "---"
exit 99
fi
echo "Not bad title found, continuing..."
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
Expand Down

0 comments on commit 0a5991f

Please sign in to comment.