opencode/script/release
Dax Raad ce9d2ee04f
Some checks are pending
deploy / deploy (push) Waiting to run
Format / format (push) Waiting to run
ci: script
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"