1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-05 16:01:38 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
David Gamero e3e6f7311c Update CODEOWNERS 2025-07-22 15:17:27 -04:00
+1 -2
View File
@@ -76,8 +76,7 @@ jobs:
--repo helm/helm \
--exclude-drafts \
--exclude-pre-releases \
--json name,isLatest \
--jq '.[] | select(.isLatest)|.name' | awk '{print $2}')
--limit 1 | awk '{print $4}')
if [[ $(helm version) != *$HELM_LATEST* ]]; then
echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"