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 2022/08/11 12:46:32 UTC

[camel-k] branch main updated: fix wrong workflow name

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 386ea6694 fix wrong workflow name
386ea6694 is described below

commit 386ea6694d665aa4fa6767d2f706bafce8f7acdc
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Thu Aug 11 08:47:23 2022 +0200

    fix wrong workflow name
---
 .github/workflows/release.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index eb3c9b4d0..5e839db5f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,7 @@ on:
 
 jobs:
   main:
-    uses: ./.github/workflows/release-workflow.yaml
+    uses: ./.github/workflows/release-workflow.yml
     with:
       ref: "main"
       goVersion: "1.17.x"
@@ -33,7 +33,7 @@ jobs:
       registryPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
 
   v1_8_x:
-    uses: ./.github/workflows/release-workflow.yaml
+    uses: ./.github/workflows/release-workflow.yml
     with:
       ref: "release-1.8.x"
       goVersion: "1.17.x"
@@ -43,7 +43,7 @@ jobs:
       registryPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
 
   v1_9_x:
-    uses: ./.github/workflows/release-workflow.yaml
+    uses: ./.github/workflows/release-workflow.yml
     with:
       ref: "release-1.9.x"
       goVersion: "1.17.x"