From c89e1a2ba6ca1dd5d9f0fe7d3a9e47a5005ff55d Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 05:34:44 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index 6959b0a..7bd520a 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -45,3 +45,6 @@ runs: echo '!!!!!!' echo "File: @${RESULT_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" --data-binary "@${RESULT_FILE}" -v + if [ $? -ne 0 ] then + exit 1 + fi