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 d02e898  chore(ci): nightly allow release update
d02e898 is described below

commit d02e89818c17d8f2b9ac93cb0fcf4ff11be216ca
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Apr 1 11:25:59 2022 +0200

    chore(ci): nightly allow release update
---
 .github/workflows/release.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 19570fe..9b6bf2b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -84,7 +84,8 @@ jobs:
         tag_name: ${{ env.VERSION }}
         release_name: Release ${{ env.VERSION }}
         body: |
-          Apache Camel K ${{ env.VERSION }} build for testing (unstable).
+          Apache Camel K ${{ env.VERSION }} build for testing (unstable). This 
nightly release is using 
+          an **unsupported** operator image published as `${{ env.IMAGE_NAME 
}}:${{ env.VERSION }}`
 
           To test it, download the client for your OS and run:
 
@@ -94,6 +95,7 @@ jobs:
 
         draft: false
         prerelease: true
+        allowUpdates: true
     - name: Upload Client Linux
       uses: actions/upload-release-asset@v1
       env:

Reply via email to