From ac8709ac7a4c25da3b3d1297f9c796f89ce27e89 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 31 Jul 2025 01:33:21 -0400 Subject: ci: tweak --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') 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 }} -- cgit v1.2.3