This is an automated email from the ASF dual-hosted git repository.

gansheer 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 b06136a9a ci: fix sbom generator install in workflow
b06136a9a is described below

commit b06136a9a87370a2c0617e2b8d3b26c8e2961b20
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Aug 17 09:33:47 2026 +0200

    ci: fix sbom generator install in workflow
---
 .github/actions/release-nightly/action.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/actions/release-nightly/action.yml 
b/.github/actions/release-nightly/action.yml
index 92c159eec..cf980ad84 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -112,7 +112,9 @@ runs:
 
     - name: Install SBOM generator
       shell: bash
-      run: go install 
github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest
+      run: |
+        go install 
github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest
+        echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
 
     - name: Generate SBOM
       shell: bash

Reply via email to