diff --git a/scripts/publish.sh b/scripts/publish.sh index db5f05c..9bbf5a1 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Usage: +# ./scripts/publish.sh + set -e if [[ $(git branch --show-current) != "main" ]]; then