Fix logging
This commit is contained in:
parent
26582649cc
commit
6a046e7bb3
|
@ -24,7 +24,7 @@ fi
|
|||
|
||||
if [[ -z ${tags} ]]
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue