diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:54:56 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:54:56 -0500 |
| commit | ee00b4e0cec3c45412bb196485ac1d7e6591287e (patch) | |
| tree | 3ce1eea842c5ca9176f90def33e51bf735b33fcb /.github/workflows | |
| parent | f82156f0b166d61a99214d0ea2a9679679710829 (diff) | |
| download | opencode-ee00b4e0cec3c45412bb196485ac1d7e6591287e.tar.gz opencode-ee00b4e0cec3c45412bb196485ac1d7e6591287e.zip | |
ci
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 16a41af16..b0feae8ba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ on: inputs: bump: description: "Bump major, minor, or patch" - required: true + required: false type: choice options: - major |
