From 2b7ec797223f582bca7fbc5cf163195807ea276e Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Sun, 22 Sep 2024 12:25:56 +0300 Subject: [PATCH] Improve build info default behavior documentation (#218) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 252cad465..1a1f4693b 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ This is to prevent GitHub from masking the URL. ### Default Behavior: -By default, the [build-info](https://jfrog.com/help/r/jfrog-pipelines-documentation/buildinfo) collected during the workflow will be automatically published to Artifactory when the workflow completes. +By default, [build-info](https://jfrog.com/help/r/jfrog-pipelines-documentation/buildinfo) will be collected during the workflow and automatically published to Artifactory when the workflow completes. This behavior is disabled if the `jf rt build-publish` command was manually run during the workflow, or if requested explicitly by setting the `disable-auto-build-publish` input to `true`: