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 7eb3981
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 @@ -42,7 +42,7 @@ jobs:
"${chart_file}" > "${chart_file}.updated"
if ! diff -q "${chart_file}" "${chart_file}.updated"; then
mv -f "${chart_file}.update" "${chart_file}"
mv -f "${chart_file}.updated" "${chart_file}"
fi
make helm-docs
Expand Down

0 comments on commit 7eb3981

Please sign in to comment.