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