From 5b96f33e0374dbb512fe7dfecde9e5564c5cadc7 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Tue, 28 Apr 2026 12:11:01 -0400 Subject: [PATCH] Disambiguate release workflow names Noticed this in the actions UI; felt like we ought to split these out. Signed-off-by: Stefan VanBuren --- .github/workflows/release-otel.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-otel.yaml b/.github/workflows/release-otel.yaml index 8efb924..b021fd0 100644 --- a/.github/workflows/release-otel.yaml +++ b/.github/workflows/release-otel.yaml @@ -1,4 +1,4 @@ -name: Release +name: Release connectrpc-otel on: push: tags: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db09135..0b5abef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Release +name: Release connectrpc on: push: tags: