Skip to content

Commit 29830eb

Browse files
committed
Fix workflow names
1 parent cb598f0 commit 29830eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish JS Client
1+
name: Publish Client (js)
22

33
on:
44
workflow_dispatch:

.github/workflows/publish-legacy-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish JS Client
1+
name: Publish Client (legacy)
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)