Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemrm committed Dec 8, 2024
1 parent 621c678 commit ca40ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
yq '.version = "${{ steps.chart_meta.outputs.chart_version }}"' \
"${chart_file}" > "${chart_file}.updated"
ls -l "${chart_file}"*
if ! diff -q "${chart_file}" "${chart_file}.updated"; then
mv -f "${chart_file}.update" "${chart_file}"
fi
Expand Down

0 comments on commit ca40ef6

Please sign in to comment.