Skip to content

Commit 67a3aa4

Browse files
authored
use the sdk instead of the api to determine the core version (#1699)
1 parent 73a39b3 commit 67a3aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sort | head -1)
3737
# otel-java core libs are transient deps thru instrumentation boms
3838
sdk_version=$(./gradlew --console=plain android-agent:dependencies | \
39-
grep 'io.opentelemetry:opentelemetry-api ' | \
39+
grep 'io.opentelemetry:opentelemetry-sdk ' | \
4040
sed -e "s/.* -> //" | sed -e "s/ .*//" | \
4141
sort | head -1)
4242

0 commit comments

Comments
 (0)