#!/usr/bin/env bash

BUMP_TYPE=${1:-patch}

gh workflow run publish.yml -f bump="$BUMP_TYPE"
