mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
abort release script on error
This commit is contained in:
parent
4929839fe9
commit
73cd96fe3a
@ -1,3 +1,4 @@
|
||||
set -e
|
||||
if [ -z "$1" ]; then
|
||||
echo "provide a new version, current version is $(jq '.version' package.json)"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user