opencode/script/release
2025-09-14 02:07:58 -04:00

5 lines
93 B
Bash
Executable file

#!/usr/bin/env bash
BUMP_TYPE=${1:-patch}
gh workflow run publish.yml -f bump="$BUMP_TYPE"