From 4816c241b36e7269c93d4a3cda614397b9123380 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 05:35:00 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index 7bd520a..d660515 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -46,5 +46,6 @@ runs: 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 + echo 'Can't upload file' exit 1 fi