Use success instead (helpful for automation)
This commit is contained in:
parent
e573794367
commit
e84062e67c
2
abra
2
abra
@ -2103,7 +2103,7 @@ sub_recipe_release() {
|
||||
|
||||
current_tag=$(git tag --points-at HEAD)
|
||||
if [ "$force" = "false" ] && [ -n "$current_tag" ]; then
|
||||
error "$recipe is already on $current_tag, no release needed"
|
||||
success "$recipe is already on $current_tag, no release needed"
|
||||
fi
|
||||
|
||||
if [ "$(git rev-parse --abbrev-ref --symbolic-full-name HEAD)" = "HEAD" ]; then
|
||||
|
Reference in New Issue
Block a user