This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 7dae1b7f Fixed name of upload-source script in README
7dae1b7f is described below
commit 7dae1b7fb28ee49d3ef2db474b17d499ad785457
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.