Skip to content

Commit ba48176

Browse files
committed
chore: remove dedundant by on release workflow
(cherry picked from commit b3c9096)
1 parent 19a0367 commit ba48176

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: release
2-
run-name: "release `${{ github.event.inputs.version }}` version by `@${{ github.actor }}`"
2+
run-name: >-
3+
release `${{ github.event.inputs.version }}` version
4+
${{ github.ref_name != 'main' && format(' on `{0}`', github.ref_name) || '' }}
35
46
on:
57
workflow_dispatch:

0 commit comments

Comments
 (0)