Fix logging
This commit is contained in:
parent
26582649cc
commit
6a046e7bb3
|
@ -24,7 +24,7 @@ fi
|
||||||
|
|
||||||
if [[ -z ${tags} ]]
|
if [[ -z ${tags} ]]
|
||||||
then
|
then
|
||||||
error "No release tag found, you repo must have a tag like 'release/X.X'"
|
warn "No release tag found, you repo must have a tag like 'release/X.X'"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue