diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a5a74bcc..9eb0cef6c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,10 @@ on: description: "Version to publish" required: true type: string + title: + description: "Custom title for this run" + required: false + type: string concurrency: ${{ github.workflow }}-${{ github.ref }} |
