summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-07-31 01:33:21 -0400
committerDax Raad <[email protected]>2025-07-31 01:33:21 -0400
commitac8709ac7a4c25da3b3d1297f9c796f89ce27e89 (patch)
treefa5531efc12c018a5a0cd3a6e00437dd56811d1a
parent2d9ed06367516daa184ecf70bb0b2451c06da8d1 (diff)
downloadopencode-ac8709ac7a4c25da3b3d1297f9c796f89ce27e89.tar.gz
opencode-ac8709ac7a4c25da3b3d1297f9c796f89ce27e89.zip
ci: tweak
-rw-r--r--.github/workflows/publish.yml4
-rwxr-xr-xscript/release2
2 files changed, 5 insertions, 1 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 }}
diff --git a/script/release b/script/release
index 631cd5a7b..7fa4edeb5 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"