Skip to content

Commit

Permalink
Merge pull request #201 from KaotoIO/oscerd-patch-8
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 2f03054 + 2c2ca63 commit 95365e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,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

0 comments on commit 95365e3

Please sign in to comment.