From 8e813a4f1cc99558161291dd86b2497472c48771 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 8 Feb 2024 13:15:58 +0100 Subject: [PATCH] Update release-pipeline.yml --- .github/workflows/release-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 92579ba..b2897e3 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -239,4 +239,5 @@ 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