mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: script
This commit is contained in:
parent
4b30705c42
commit
ce9d2ee04f
@ -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…
x
Reference in New Issue
Block a user