Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent 96ec93d commit 31d6b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/version_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function is_unique_version() {

if [ -n "$chart_diff" ]
then
chart_ver=$(yq '.version' ${chart_dir}/Chart.yaml)
chart_ver=$(yq eval-all '.version' ${chart_dir}/Chart.yaml)

is_valid_format $chart_ver
if [ $? == 1 ]
Expand Down

0 comments on commit 31d6b75

Please sign in to comment.