We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd586 commit 52ac8adCopy full SHA for 52ac8ad
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
# otel instrumentation version comes in through alpha bom
46
inst_version=$(./gradlew --console=plain android-agent:dependencies | \
47
grep 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-api ' | \
48
- sed -e "s/.* -> //" | sed -e "s/ .*//" | \
+ sed -e "s/.* -> //" | sed -e "s/ .*//" | grep '^\d' | \
49
sort | head -1)
50
# otel-java core libs are transient deps thru instrumentation boms
51
sdk_version=$(./gradlew --console=plain android-agent:dependencies | \
0 commit comments