Skip to content

Commit

Permalink
Update scripts/verify_tag.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fisher <[email protected]>
  • Loading branch information
jhkennedy and mfisher87 authored Oct 4, 2024
1 parent 65c8cf7 commit 7711b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ echo "${git_tag} ${current_version}"
if [ $current_version == $git_tag ]; then
echo "Version does match git tag"
else
echo "Version does not match git tag! Pyproject.toml: ${current_version} vs Tag: ${git_tag} "
echo "Version does not match git tag! pyproject.toml: ${current_version} vs Tag: ${git_tag} "
exit 1
fi

0 comments on commit 7711b72

Please sign in to comment.