From ac8709ac7a4c25da3b3d1297f9c796f89ce27e89 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 31 Jul 2025 01:33:21 -0400 Subject: [PATCH] ci: tweak --- .github/workflows/publish.yml | 4 ++++ script/release | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a5a74bc..9eb0cef6 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 }} diff --git a/script/release b/script/release index 631cd5a7..7fa4edeb 100755 --- a/script/release +++ b/script/release @@ -38,5 +38,5 @@ fi echo "New version: $new_version" -gh workflow run publish.yml -f version="$new_version" +gh workflow run publish.yml -f version="$new_version" -f title="$new_version"