ci: script

pull/2595/head
Dax Raad 2025-09-14 02:07:45 -04:00
parent 4b30705c42
commit ce9d2ee04f
1 changed files with 3 additions and 1 deletions

View File

@ -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"