mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 14:44:46 +00:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
BUMP_TYPE=${1:-patch}
|
|
|
|
gh workflow run publish.yml -f bump="$BUMP_TYPE"
|