From 3e5b2424841e0562b500e5a485688a2c431c73f4 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 05:36:14 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index d660515..6959b0a 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -45,7 +45,3 @@ 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 - echo 'Can't upload file' - exit 1 - fi