From f70db0b9e18d77335501842c610c4098e9775a81 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 8 Feb 2024 14:35:12 +0100 Subject: [PATCH] Update release-pipeline.yml --- .github/workflows/release-pipeline.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 114f808..8f32230 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -152,7 +152,9 @@ jobs: - build-and-push - tag-and-release steps: - + - name: "Checkout Operarot" + uses: actions/checkout@v4 + - name: "Checkout k8s-operator project" uses: actions/checkout@v4 with: @@ -190,7 +192,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: @@ -200,6 +202,9 @@ jobs: - build-and-push - tag-and-release steps: + + - name: "Checkout Operarot" + uses: actions/checkout@v4 - name: "Checkout k8s-operator project" uses: actions/checkout@v4 @@ -239,4 +244,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