Skip to content

Commit

Permalink
Send the Prometheus Exporter version to GITHUB_ENV (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchnielsen authored Oct 17, 2024
1 parent 93c1f20 commit 7708a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-exporter-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "PROMETHEUS_PREFECT_EXPORTER_VERSION=$(\
git ls-remote --tags --refs --sort="v:refname" \
https://github.com/PrefectHQ/prometheus-prefect-exporter | tail -n1 | sed 's/.*\///' \
)" >> $GITHUB_OUTPUT
)" >> $GITHUB_ENV
- name: Output version as GitHub Output
id: output_version
Expand Down

0 comments on commit 7708a3c

Please sign in to comment.