Skip to content

Commit

Permalink
Merge pull request #200 from KaotoIO/oscerd-patch-7
Browse files Browse the repository at this point in the history
Update release-pipeline.yml
  • Loading branch information
oscerd authored Feb 8, 2024
2 parents 3984cb6 + b4fd8ce commit 2f03054
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 2f03054

Please sign in to comment.