Add run-name to release workflow

This commit is contained in:
Janne Valkealahti
2023-06-27 07:42:31 +01:00
parent 770d4e373c
commit 4ee1907f00

View File

@@ -1,4 +1,5 @@
name: Release GA
run-name: ${{ format('{0} ({1})', github.workflow, github.ref_name) }}
on:
workflow_dispatch: