Skip to content

Commit

Permalink
remove commented grep (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Oct 29, 2024
1 parent 4c5b99e commit 7730c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
prior_version="$major.$minor.$((patch - 1))"
fi
# otel instrumentation version comes in through alpha bom
# inst_version=$(grep ^opentelemetry-alpha gradle/libs.versions.toml | sed -E "s/^.*\"(.*)\"/\1/")
inst_version=$(./gradlew --console=plain android-agent:dependencies | \
grep 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom ' | \
sed -e "s/.* -> //" | sed -e "s/ .*//" | \
Expand Down

0 comments on commit 7730c36

Please sign in to comment.