Skip to content

Commit 1b237a0

Browse files
Merge pull request #5 from Countly/fix/ci
validatio exp fix
2 parents 402225a + 5425195 commit 1b237a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
run: |
177177
for chart in charts/*/Chart.yaml; do
178178
chart_name=$(basename "$(dirname "${chart}")")
179-
version=$(grep '^version:' "${chart}" | awk '{print $2}' | tr -d '"'"'"')
179+
version=$(grep '^version:' "${chart}" | awk '{print $2}' | tr -d '"'"'")
180180
if [ -z "${version}" ]; then
181181
echo "::error::Missing version in ${chart}"
182182
exit 1

0 commit comments

Comments
 (0)