Skip to content

Commit

Permalink
update opentelemetryJavaagent to 1.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Tan <jian.tan@daocloud.io>
  • Loading branch information
JaredTan95 committed Aug 11, 2024
1 parent 8365343 commit 5bc096f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
run: |
current_version=$(grep -Po "opentelemetryJavaagent : \"\K[0-9]+.[0-9]+.[0-9]+" build.gradle)
current_version=$(grep -Po "opentelemetryJavaagent : \"\K[0-9]+.[0-9]+.[0-9]+" build.gradle)
latest_version=$(gh release view \
--repo open-telemetry/opentelemetry-java-instrumentation \
--json tagName \
Expand Down

0 comments on commit 5bc096f

Please sign in to comment.