Skip to content

Commit 570b571

Browse files
committed
Add version to release workflow run name
This makes it easier to identify specific release runs in the GitHub Actions interface.
1 parent 01046b8 commit 570b571

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release
22

3+
run-name: Release v${{ github.event.inputs.version }}
4+
35
on:
46
workflow_dispatch:
57
inputs:

0 commit comments

Comments
 (0)