Add run-name to release workflow

This commit is contained in:
Janne Valkealahti
2023-06-27 07:42:40 +01:00
parent 8b6e040f5e
commit 3cfe03b25d

View File

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