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