Skip to content

Commit

Permalink
Merge pull request #187 from KaotoIO/oscerd-patch-3
Browse files Browse the repository at this point in the history
Set the folder for openshift operator metadata annotations
  • Loading branch information
oscerd authored Feb 7, 2024
2 parents 1594e60 + 8069735 commit b3b6e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
mkdir -p operators/kaoto-operator/${{ github.event.inputs.operator_version }}
tar -xzf "${{ runner.temp }}/bundle-${{ github.event.inputs.operator_version }}.tgz" -C operators/kaoto-operator/${{ github.event.inputs.operator_version }}
echo " com.redhat.openshift.versions: ${{ github.event.inputs.supported_openshift_range }}" >> operators/kaoto-operator/metadata/annotations.yaml
echo " com.redhat.openshift.versions: ${{ github.event.inputs.supported_openshift_range }}" >> operators/kaoto-operator/${{ github.event.inputs.operator_version }}/metadata/annotations.yaml
git add operators/kaoto-operator/${{ github.event.inputs.operator_version }}
git commit -m "operator kaoto-operator (${{ github.event.inputs.operator_version }})"
Expand Down

0 comments on commit b3b6e57

Please sign in to comment.