Skip to content

Commit

Permalink
mod: print the illegal tag
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Dec 22, 2024
1 parent a933d47 commit 126a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
last_tag=$(git tag --sort=committerdate | tail -1)
if (echo $last_tag | grep -v "+"); then
echo "Illegal tag!"
echo "Illegal tag! ($last_tag)"
exit 1
elif (echo $last_tag | grep -v $version_name); then
echo "No tags for current version in the repo, please add one manually."
Expand Down

0 comments on commit 126a6dc

Please sign in to comment.