Skip to content

Commit

Permalink
Print actual tag to be used when using with_v
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed Sep 28, 2022
2 parents 5880022 + 13b26cb commit 22295e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -158,11 +158,11 @@ then
fi
part="pre-$part"
else
echo -e "Bumping tag $tag. New tag ${new}"
if $with_v
then
new="v$new"
fi
echo -e "Bumping tag ${tag}. New tag ${new}"
fi

# as defined in readme if CUSTOM_TAG is used any semver calculations are irrelevant.
Expand Down

0 comments on commit 22295e4

Please sign in to comment.