From b4fd8ce75622df5c8461ff500928fd27a38543a5 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 8 Feb 2024 13:32:44 +0100 Subject: [PATCH] Update release-pipeline.yml --- .github/workflows/release-pipeline.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index b2897e3..222f527 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -190,7 +190,7 @@ jobs: git commit -m "operator kaoto-operator (${{ github.event.inputs.operator_version }})" git push -u origin ${BRANCH_NAME} - gh pr create --title "operator kaoto (${{ github.event.inputs.operator_version }})" -F ../.github/operatorhub/community-operators -R k8s-operatorhub/community-operators + gh pr create --title "operator kaoto (${{ github.event.inputs.operator_version }})" -F ../../.github/operatorhub/community-operators -R k8s-operatorhub/community-operators prepare-openshift-operator-branch: permissions: @@ -239,5 +239,4 @@ jobs: git commit -m "operator kaoto-operator (${{ github.event.inputs.operator_version }})" git push -u origin ${BRANCH_NAME} - pwd - gh pr create --title "operator kaoto (${{ github.event.inputs.operator_version }})" -F ../.github/openshift/community-operators-prod -R redhat-openshift-ecosystem/community-operators-prod + gh pr create --title "operator kaoto (${{ github.event.inputs.operator_version }})" -F ../../.github/openshift/community-operators-prod -R redhat-openshift-ecosystem/community-operators-prod