Skip to content

Commit 9836b26

Browse files
committed
Change workflow name for github releases
1 parent 9275eb2 commit 9836b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-github-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Create a "github" release based on new tags. The actual release is created by
22
# the 'release' workflow, which creates a tag if successful
3-
name: Create Release
3+
name: Create github release
44

55
on:
66
push:
77
tags:
88
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
9-
9+
1010
jobs:
1111
build:
1212
name: Create Release

0 commit comments

Comments
 (0)