diff --git a/.github/workflows/prometheus-exporter-release.yaml b/.github/workflows/prometheus-exporter-release.yaml index 74a54ae6..cc67722c 100644 --- a/.github/workflows/prometheus-exporter-release.yaml +++ b/.github/workflows/prometheus-exporter-release.yaml @@ -87,7 +87,7 @@ jobs: cp /tmp/chart/artifacthub-repo.yml . cp /tmp/chart/index.yaml . cp /tmp/chart/prometheus-prefect-exporter-$RELEASE_VERSION.* ./charts - git add ./artifacthub-repo.yml ./index.yaml prometheus-prefect-exporter-$RELEASE_VERSION.* + git add ./artifacthub-repo.yml ./index.yaml ./charts/prometheus-prefect-exporter-$RELEASE_VERSION.* git commit -m "Release $RELEASE_VERSION" git push origin gh-pages env: diff --git a/.github/workflows/prometheus-prefect.exporter-lint-and-test.yaml b/.github/workflows/prometheus-prefect-exporter-lint-and-test.yaml similarity index 100% rename from .github/workflows/prometheus-prefect.exporter-lint-and-test.yaml rename to .github/workflows/prometheus-prefect-exporter-lint-and-test.yaml diff --git a/charts/prometheus-prefect-exporter/README.md b/charts/prometheus-prefect-exporter/README.md index 295ebb48..882984e3 100644 --- a/charts/prometheus-prefect-exporter/README.md +++ b/charts/prometheus-prefect-exporter/README.md @@ -3,7 +3,7 @@ ## Overview This chart deploys a [Prometheus Exporter](https://github.com/PrefectHQ/prometheus-prefect-exporter) for Prefect Server, providing relevant metrics from your deployed Prefect Server instance. -Shoutout to @ialejandro for the original work on this chart! +Shoutout to [@ialejandro](https://github.com/ialejandro) for the original work on this chart! ## Installing the Chart