Skip to content

Commit

Permalink
fix auto update instrumentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed committed May 2, 2023
1 parent cea8322 commit d4eb712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-otel-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: fetch_latest_version
run: |
latest_version=$(curl --silent "https://api.github.com/repos/open-telemetry/opentelemetry-java-instrumentation/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
echo "{latest_version}=${latest_version}" >> $GITHUB_OUTPUT
echo "latest_version=${latest_version}" >> $GITHUB_OUTPUT
echo "Latest version of opentelemetry-java-instrumentation is ${latest_version}"
- name: Replace JAVA_OTEL_VERSION in Dockerfile
run: |
Expand Down

0 comments on commit d4eb712

Please sign in to comment.