This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.3.x by this push:
new e2d8d5803 fix(ci): upload source script
e2d8d5803 is described below
commit e2d8d5803ee4c9c9b7729f9d754240ab12f1d841
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