diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 9800a44c..df09d6da 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -23,6 +23,7 @@ jobs: - name: Git diff id: git-diff + continue-on-error: true run: | git diff --exit-code if [ $? -eq 0 ]; then