You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/03 10:00:57 UTC

[camel-k-runtime] 01/01: chore: starting release branch for release-2.16.x

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

pcongiusti pushed a commit to branch release-2.16.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 5c27a2ef0b91ac01663b0efef7cb0dfcd24b6cac
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 3 12:00:51 2023 +0200

    chore: starting release branch for release-2.16.x
---
 .github/workflows/nightly-automatic-updates.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index 9fdaf48b..def03602 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -57,19 +57,19 @@ jobs:
         branch-ref: "release-1.17.x"
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
 
-  release-1_15_x:
+  2_16_x:
     if: github.repository == 'apache/camel-k-runtime'
     runs-on: ubuntu-20.04
-    name: Automatic updates on release-1.15.x branch
+    name: Automatic updates on release-2.16.x branch
     steps:
     - name: "Checkout code"
       uses: actions/checkout@v3
       with:
-        ref: release-1.15.x
+        ref: release-2.16.x
         persist-credentials: false
         submodules: recursive
-    - name: Automatic updates on release-1.15.x
+    - name: Automatic updates on release-2.16.x
       uses: ./.github/actions/automatic-updates
       with:
-        branch-ref: "release-1.15.x"
+        branch-ref: "release-2.16.x"
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file