Skip to content

Commit

Permalink
Fix for release workflow (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 21, 2022
1 parent 7dfa0cb commit f21c1e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
JMX_METRICS_VERSION: ${{ inputs.jmx-metrics-version }}
run: |
message="Update the jmx-metrics version to $VERSION"
message="Update the jmx-metrics version to $JMX_METRICS_VERSION"
# note that @open-telemetry/java-contrib-approvers cannot be used below
# because opentelemetrybot is not a member of the OpenTelemetry org,
# and so it cannot @ mention OpenTelemetry org groups
body="Update the jmx-metrics version to \`$VERSION\`.
body="Update the jmx-metrics version to \`$JMX_METRICS_VERSION\`.
cc @jack-berg @mateuszrzeszutek @rmfitzpatrick @trask
"
Expand Down

0 comments on commit f21c1e6

Please sign in to comment.