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 27b00f34e fix(ci): sign also sbom
27b00f34e is described below

commit 27b00f34e77d52be94bbf16c5c40c2381bfb2421
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Feb 10 16:17:57 2026 +0100

    fix(ci): sign also sbom
    
    Ref #6440
---
 release-utils/scripts/sign.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release-utils/scripts/sign.sh b/release-utils/scripts/sign.sh
index 25e52d606..297c5cf97 100755
--- a/release-utils/scripts/sign.sh
+++ b/release-utils/scripts/sign.sh
@@ -26,7 +26,7 @@ dir=$1
 
 pushd $dir
 
-for f in $(ls | grep -e ".*tar.gz$");
+for f in $(ls);
 do
     sha512sum -b $f > $f.sha512
     gpg --output $f.asc --armor --detach-sig $f

Reply via email to