From 7dae1b7fb28ee49d3ef2db474b17d499ad785457 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Fri, 4 Nov 2022 10:36:58 +0100 Subject: [PATCH] Fixed name of upload-source script in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9117f9013..862169db4 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Now run: ``` cd release-utils/scripts/ -./upload-sources.sh $CAMEL_KAMELET_VERSION $CAMEL_KAMELET_VERSION +./upload-source.sh $CAMEL_KAMELET_VERSION $CAMEL_KAMELET_VERSION ``` You'll be requested to insert the password to unlock the secret key to sign the artifacts and after uploading to nexus dev repository.