Skip to content

Commit 2867a67

Browse files
committed
build: update release workflow name and run-name
1 parent 5fb647a commit 2867a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Release packages (Work in Progress, a dry run only)
2-
run-name: "Create ${{ inputs.type }} release from ${{ inputs.release_ref }} by ${{ github.actor }}"
1+
name: Release packages
2+
run-name: "Create ${{ inputs.type }} release from ${{ github.ref_name }} (${{ inputs.release_ref }}) by ${{ github.actor }}"
33

44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)