mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01: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"
|