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 1450a88 commit 621c678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
yq '.version = "${{ steps.chart_meta.outputs.chart_version }}"' \
"${chart_file}" > "${chart_file}.updated"
if diff -q "${chart_file}" "${chart_file}.updated"; then
if ! diff -q "${chart_file}" "${chart_file}.updated"; then
mv -f "${chart_file}.update" "${chart_file}"
fi
Expand Down

0 comments on commit 621c678

Please sign in to comment.