This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch typo-readme in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit acabde83387036def6becfccea2a4d71c43034d6 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 4 10:36:58 2022 +0100 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 9117f901..862169db 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.
