Skip to content

Commit 5b96f33

Browse files
Disambiguate release workflow names
Noticed this in the actions UI; felt like we ought to split these out. Signed-off-by: Stefan VanBuren <svanburen@buf.build>
1 parent 295688d commit 5b96f33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-otel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release connectrpc-otel
22
on:
33
push:
44
tags:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release connectrpc
22
on:
33
push:
44
tags:

0 commit comments

Comments
 (0)