From 8d3639c59522f781de9850639cda9e4eab3f7f61 Mon Sep 17 00:00:00 2001 From: Eugene Grebenschikov Date: Tue, 17 Dec 2024 19:14:44 -0800 Subject: [PATCH] fixup! Use the latest otelcol. --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1f3ab5cc..36c2f5c6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -38,7 +38,7 @@ jobs: env: URL: > https://github.com/open-telemetry/opentelemetry-collector-releases/ - releases/latest/ + releases/latest/ run: | curl -sLo - ${URL}download/otelcol_\ $(curl -sLo - ${URL} | grep -oP -m 1 "v\d+\.\d+\.\d+" | cut -c2-)\