ci: script
Some checks are pending
deploy / deploy (push) Waiting to run
Format / format (push) Waiting to run

This commit is contained in:
Dax Raad 2025-09-14 02:07:45 -04:00
parent 4b30705c42
commit ce9d2ee04f

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"