From 2c2ca630e6a2e3332376f424d44b55b3fe3f65ad Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 8 Feb 2024 13:49:49 +0100 Subject: [PATCH] Update release-pipeline.yml --- .github/workflows/release-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 222f527..114f808 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,4 +239,4 @@ 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/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