Skip to content

Commit e88f590

Browse files
ci: include version number in release workflow run name
1 parent 59f935a commit e88f590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
required: true
99
type: string
1010

11+
run-name: "Release: ${{ inputs.version }}"
12+
1113
env:
1214
DEBUG: napi:*
1315
APP_NAME: atlas-local

0 commit comments

Comments
 (0)