Use success instead (helpful for automation)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-03 20:58:38 +02:00
parent e573794367
commit e84062e67c
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -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