diff options
| author | Dax Raad <[email protected]> | 2025-07-31 01:35:11 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-31 01:35:11 -0400 |
| commit | 10a0b7f60c7c305948fcd009f3671b271ff515e5 (patch) | |
| tree | e06a98e049990f85ce865211fdc9be147b5751ee /.github | |
| parent | ac8709ac7a4c25da3b3d1297f9c796f89ce27e89 (diff) | |
| download | opencode-10a0b7f60c7c305948fcd009f3671b271ff515e5.tar.gz opencode-10a0b7f60c7c305948fcd009f3671b271ff515e5.zip | |
ci: tweak
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 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: |
