cloudaxe-opencode/script/release

6 lines
93 B
Text
Raw Permalink Normal View History

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