ci: script

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 #!/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"