Skip to content

Commit

Permalink
Merge pull request #203 from KaotoIO/oscerd-patch-10
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 850fe61 + 29501ff commit f9f51d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
with:
repository: kaotoIO/community-operators
token: ${{ secrets.PR_TOKEN }}
path: community-operators
ref: main

- name: "🛰️ Download Bundle"
Expand All @@ -173,7 +174,8 @@ jobs:
BRANCH_NAME: "kaoto-operator.${{ github.event.inputs.operator_version }}"
GH_TOKEN: ${{ secrets.PR_TOKEN }}
run: |
pushd community-operators
echo ""
echo "branch : $BRANCH_NAME"
echo ""
Expand All @@ -193,6 +195,7 @@ jobs:
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
popd
prepare-openshift-operator-branch:
permissions:
Expand All @@ -211,6 +214,7 @@ jobs:
with:
repository: kaotoIO/community-operators-prod
token: ${{ secrets.PR_TOKEN }}
path: community-operators-prod
ref: main

- name: "🛰️ Download UI Dist"
Expand All @@ -224,7 +228,8 @@ jobs:
BRANCH_NAME: "kaoto-operator.${{ github.event.inputs.operator_version }}"
GH_TOKEN: ${{ secrets.PR_TOKEN }}
run: |
pushd community-operators-prod
echo ""
echo "branch : $BRANCH_NAME"
echo ""
Expand All @@ -245,3 +250,4 @@ jobs:
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
popd

0 comments on commit f9f51d3

Please sign in to comment.