We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb647a commit 2867a67Copy full SHA for 2867a67
.github/workflows/release.yml
@@ -1,5 +1,5 @@
1
-name: Release packages (Work in Progress, a dry run only)
2
-run-name: "Create ${{ inputs.type }} release from ${{ inputs.release_ref }} by ${{ github.actor }}"
+name: Release packages
+run-name: "Create ${{ inputs.type }} release from ${{ github.ref_name }} (${{ inputs.release_ref }}) by ${{ github.actor }}"
3
4
on:
5
workflow_dispatch:
0 commit comments