chore(operator): fix release operatorhub workflow (#12289)

pull/12290/head
Joao Marcal 2 years ago committed by GitHub
parent c025fb003a
commit 5ec40636be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/operator-publish-operator-hub.yml

@ -6,7 +6,7 @@ on:
jobs:
operator-hub-prod-release:
if: startsWith(github.event.release.tag_name, 'operator/')
uses: ./.github/workflows/operator-reusable-hub-release.yaml
uses: ./.github/workflows/operator-reusable-hub-release.yml
with:
org: redhat-openshift-ecosystem
repo: community-operators-prod
@ -15,7 +15,7 @@ jobs:
operator-hub-community-release:
if: startsWith(github.event.release.tag_name, 'operator/')
uses: ./.github/workflows/operator-reusable-hub-release.yaml
uses: ./.github/workflows/operator-reusable-hub-release.yml
with:
org: k8s-operatorhub
repo: community-operators

Loading…
Cancel
Save