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