mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
BUMP_TYPE=${1:-patch}
|
|
|
|
gh workflow run publish.yml -f bump="$BUMP_TYPE"
|