summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-07-31 01:35:11 -0400
committerDax Raad <[email protected]>2025-07-31 01:35:11 -0400
commit10a0b7f60c7c305948fcd009f3671b271ff515e5 (patch)
treee06a98e049990f85ce865211fdc9be147b5751ee
parentac8709ac7a4c25da3b3d1297f9c796f89ce27e89 (diff)
downloadopencode-10a0b7f60c7c305948fcd009f3671b271ff515e5.tar.gz
opencode-10a0b7f60c7c305948fcd009f3671b271ff515e5.zip
ci: tweak
-rw-r--r--.github/workflows/publish.yml1
-rwxr-xr-xscript/release2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 9eb0cef6c..004c587bd 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 7fa4edeb5..b8587c2b2 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"