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 0cd064f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ 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
ls -l "${chart_file}"*
mv -f "${chart_file}.update" "${chart_file}"
fi
Expand Down

0 comments on commit 0cd064f

Please sign in to comment.