Add run-name to release workflow

This commit is contained in:
Janne Valkealahti
2023-06-27 07:42:48 +01:00
parent 24496d469c
commit a7e62076c2

View File

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