mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: script
This commit is contained in:
parent
4b30705c42
commit
ce9d2ee04f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
gh workflow run publish.yml -f bump="patch"
|
||||
BUMP_TYPE=${1:-patch}
|
||||
|
||||
gh workflow run publish.yml -f bump="$BUMP_TYPE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue