Skip to content

Commit

Permalink
chore(operator): fix typos in release workflow (grafana#12294)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBraveCoding authored and edsoncelio committed Mar 22, 2024
1 parent 9cf35bc commit ec985c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/operator-reusable-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
OCP_DIR: ${{ env.ocpDir || ''}}
run: |
mkdir operators/loki-operator/${VERSION}
cp -R ./tmp/operator/bundle/community${OCP_DIR}/* oOCP_DIR}/* opperators/loki-operator/${VERSION}
cp -R ./tmp/operator/bundle/community${OCP_DIR}/* operators/loki-operator/${VERSION}
rm -f "operators/loki-operator/${VERSION}/bundle.Dockerfile"
rm -rf ./tmp
Expand All @@ -75,7 +75,7 @@ jobs:
OCP_SUPPORTED_VERSIONS: ${{ env.ocpSupportedVersions || ''}}
uses: fjogeleit/yaml-update-action@main
with:
valueFile: "./operators/loki-operator/${VERSION}/metadata/annotations.yaml"
valueFile: "operators/loki-operator/${VERSION}/metadata/annotations.yaml"
propertyPath: "annotations['com.redhat.openshift.versions']"
value: ${OCP_SUPPORTED_VERSIONS}

Expand Down

0 comments on commit ec985c5

Please sign in to comment.