Skip to content

Commit 277816e

Browse files
committed
Change workflow names
1 parent a1975b6 commit 277816e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: release
1+
name: Release
2+
run-name: Release ${{ github.ref_name }}
23

34
on:
45
push:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update
1+
name: Update
22
run-name: Update library files
33

44
# TODO: Figure out a release workflow.

0 commit comments

Comments
 (0)