Skip to content

Commit a80757b

Browse files
committed
Match workflow name with file name
1 parent 5bf8bdb commit a80757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '!v*-SNAPSHOT' # But not v*-SNAPSHOT, i.e. v2-SNAPSHOT
99
workflow_dispatch:
1010

11-
name: Create Release
11+
name: Release
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)