diff options
| author | Dax Raad <[email protected]> | 2025-09-10 04:27:23 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-10 04:27:23 -0400 |
| commit | ea0285a96c023c457aac421f2b2355482a913aee (patch) | |
| tree | 27d936525503f826edc343c118df9e6d71be4ba8 /.github/workflows | |
| parent | 6960408ca226703cc5837eac0b4ffc6d077a0bdd (diff) | |
| download | opencode-ea0285a96c023c457aac421f2b2355482a913aee.tar.gz opencode-ea0285a96c023c457aac421f2b2355482a913aee.zip | |
ci: stuff
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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: |
