From ca40ef624d21396cf42c7c6d57c68f441fa92aac Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Sat, 7 Dec 2024 19:13:00 -0600 Subject: [PATCH] fix --- .github/workflows/helm-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 633b3b0..7d39c0e 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -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