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