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