opencode_offline/script/release

6 lines
93 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2025-09-14 14:07:45 +08:00
BUMP_TYPE=${1:-patch}
gh workflow run publish.yml -f bump="$BUMP_TYPE"