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 8f26bfef5 Update action.yml
8f26bfef5 is described below

commit 8f26bfef59d252394b58cae1f9c86d0246e634bb
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Oct 30 13:47:18 2025 +0100

    Update action.yml
---
 .github/actions/release-nightly/action.yml | 31 ++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/.github/actions/release-nightly/action.yml 
b/.github/actions/release-nightly/action.yml
index f5669e4ac..b274c56fc 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -159,21 +159,24 @@ runs:
       env:
         GITHUB_TOKEN: ${{ inputs.secretGithubToken }}
       run: |
-        RELEASE_NOTES=$(cat << 'EOF'
-Apache Camel K ${{ env.VERSION }} build for testing purposese only (unstable). 
This nightly release is using an **unsupported** operator image published as 
`${{ env.IMAGE_NAME }}:${{ env.VERSION }}`. The available platforms are AMD64 
and ARM64.
-```
-kubectl apply -k 
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v${{ 
env.VERSION }}
-```
-```
-helm install camel-k https://github.com/apache/camel-k/raw/v${{ env.VERSION 
}}/docs/charts/camel-k-${{ env.VERSION }}.tgz
-```
-Use the `operator-sdk` tool and run the bundle via:
-```
-operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:${{ env.VERSION }}
-```
-EOF
-)
         TAG=v${{ env.VERSION }}
+        RELEASE_NOTES=$(cat << 'EOF'
+        Apache Camel K ${{ env.VERSION }} build for testing purposese only 
(unstable). This nightly release is using an **unsupported** operator image 
published as `${{ env.IMAGE_NAME }}:${{ env.VERSION }}`. The available 
platforms are AMD64 and ARM64.
+        ## Kubectl
+        ```
+        kubectl apply -k 
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=$TAG
+        ```
+        ## Helm
+        ```
+        helm install camel-k 
https://github.com/apache/camel-k/raw/$TAG/docs/charts/camel-k-${{ env.VERSION 
}}.tgz
+        ```
+        ## OLM
+        Use the `operator-sdk` tool and run the bundle via:
+        ```
+        operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:${{ 
env.VERSION }}
+        ```
+        EOF
+        )        
         FILES="./camel-k-client*.tar.gz sbom.json"
         echo "Creating new release for tag $TAG..."
 

Reply via email to