From 10a0b7f60c7c305948fcd009f3671b271ff515e5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 31 Jul 2025 01:35:11 -0400 Subject: [PATCH] ci: tweak --- .github/workflows/publish.yml | 1 + script/release | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9eb0cef6..004c587b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,5 @@ name: publish +run-name: "${{ format('v{0}', inputs.version) }}" on: workflow_dispatch: diff --git a/script/release b/script/release index 7fa4edeb..b8587c2b 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" -f title="$new_version" +gh workflow run publish.yml -f version="$new_version"