Skip to content

Commit be4e483

Browse files
committed
chore: update workflow
1 parent cec43c7 commit be4e483

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/app-release.yml

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

3+
run-name: >-
4+
${{
5+
github.event_name == 'workflow_dispatch' && format('App Released - v{0}', github.event.inputs.tag) ||
6+
github.event_name == 'repository_dispatch' && format('App Released - v{0}', github.event.client_payload.version || github.event.client_payload.tag) ||
7+
format('App Released - {0}', github.ref_name)
8+
}}
9+
310
on:
411
push:
512
tags:

0 commit comments

Comments
 (0)