Skip to content

Commit b2d32db

Browse files
committed
fix: add descriptive name to release workflow
- Change workflow name from 'Release' to 'Release Binaries' - Makes it clearer in GitHub Actions UI what this workflow does
1 parent 5d9fce9 commit b2d32db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Note that the GitHub Release will be created with a generated
1414
# title/body based on your changelogs.
1515

16-
name: Release
16+
name: Release Binaries
1717
permissions:
1818
"contents": "write"
1919

0 commit comments

Comments
 (0)