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

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f835c978dcfbcadae99b0f8b2fbcd07f49adb3a1
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Sep 6 10:12:09 2022 +0200

    chore(ci): support 1.10.x nightly release
---
 .github/workflows/release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 26774974e..dcaf1e112 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,11 +33,11 @@ jobs:
       registryUsername: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
       registryPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
 
-  v1_8_x:
+  v1_10_x:
     if: github.repository == 'apache/camel-k'
     uses: ./.github/workflows/release-workflow.yml
     with:
-      ref: "release-1.8.x"
+      ref: "release-1.10.x"
       goVersion: "1.17.x"
       javaVersion: "11"
     secrets:

Reply via email to