chore(bin): make less error-tolerant

pull/1357/head
Elian Doran 2025-03-07 23:57:31 +07:00
parent 555dcc956e
commit e252b491ba
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
if [[ $# -eq 0 ]] ; then
echo "Missing argument of new version"
exit 1