Skip to content

Commit 9d386ad

Browse files
authored
ci(release): show release type in approval (#4904)
1 parent 6ee67dc commit 9d386ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release
2+
run-name: Release ${{ inputs.version }} from ${{ inputs.branch }}
23
on:
34
workflow_dispatch:
45
inputs:
@@ -20,7 +21,7 @@ permissions:
2021

2122
jobs:
2223
release:
23-
name: Release
24+
name: Release ${{ inputs.version }} from ${{ inputs.branch }}
2425
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
2526
runs-on: ubuntu-latest
2627
environment: npm

0 commit comments

Comments
 (0)