We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 402225a + 5425195 commit 1b237a0Copy full SHA for 1b237a0
.github/workflows/validate-charts.yml
@@ -176,7 +176,7 @@ jobs:
176
run: |
177
for chart in charts/*/Chart.yaml; do
178
chart_name=$(basename "$(dirname "${chart}")")
179
- version=$(grep '^version:' "${chart}" | awk '{print $2}' | tr -d '"'"'"')
+ version=$(grep '^version:' "${chart}" | awk '{print $2}' | tr -d '"'"'")
180
if [ -z "${version}" ]; then
181
echo "::error::Missing version in ${chart}"
182
exit 1
0 commit comments