This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new c610cf17d fix(ci): upload source script
c610cf17d is described below
commit c610cf17d598a3cadad8d851461d48a50033a998
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Apr 2 18:48:02 2024 +0200
fix(ci): upload source script
---
release-utils/scripts/upload-source.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release-utils/scripts/upload-source.sh
b/release-utils/scripts/upload-source.sh
index 4a78a5751..3f766b9f8 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -17,8 +17,8 @@
set -e
-if [ "$#" -lt 2 ]; then
- echo "usage: $0 upload-sources release-version"
+if [ "$#" -lt 1 ]; then
+ echo "usage: $0 release-version"
exit 1
fi