summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-10 04:27:23 -0400
committerDax Raad <[email protected]>2025-09-10 04:27:23 -0400
commitea0285a96c023c457aac421f2b2355482a913aee (patch)
tree27d936525503f826edc343c118df9e6d71be4ba8 /.github/workflows
parent6960408ca226703cc5837eac0b4ffc6d077a0bdd (diff)
downloadopencode-ea0285a96c023c457aac421f2b2355482a913aee.tar.gz
opencode-ea0285a96c023c457aac421f2b2355482a913aee.zip
ci: stuff
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 51ffa4908..85a0a52f2 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,5 +1,5 @@
name: publish
-run-name: "${{ format('v{0}', inputs.version) }}"
+run-name: "${{ format('release {0}', inputs.bump) }}"
on:
workflow_dispatch: