This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1747 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit f0f06d2b15a9302587373cb39bd45a2a3c4d013f Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 24 11:10:00 2023 +0100 Publish SBOM in dist/release Signed-off-by: Andrea Cosentino <[email protected]> --- release-utils/scripts/upload-source.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-utils/scripts/upload-source.sh b/release-utils/scripts/upload-source.sh index 4ab9cf9c..6eb09f7b 100755 --- a/release-utils/scripts/upload-source.sh +++ b/release-utils/scripts/upload-source.sh @@ -29,6 +29,8 @@ mkdir $1/ cd $1/ wget https://github.com/apache/camel-kamelets/archive/refs/tags/v$1.tar.gz -O camel-kamelets-sources-$1.tar.gz +cp ./target/camel-kamelets-parent-$1-cyclonedx.json . +cp ./target/camel-kamelets-parent-$1-cyclonedx.xml . cd ../ ./sign.sh $1/ svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/$2/ -m "Import camel-kamelets release"
