Add run-name to release workflow

This commit is contained in:
Janne Valkealahti
2023-06-27 07:42:44 +01:00
parent a9d338d387
commit 0312e200d3

View File

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