opencode/script/release

6 lines
93 B
Bash

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