mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
BUMP_TYPE=${1:-patch}
|
|
|
|
gh workflow run publish.yml -f bump="$BUMP_TYPE"
|