diff --git a/publish.sh b/publish.sh index 1282a77..809d3f9 100755 --- a/publish.sh +++ b/publish.sh @@ -81,8 +81,4 @@ twine upload --skip-existing dist/* gh release create $NEW_TAG --notes-from-tag --verify-tag --title $NEW_TAG -else - echo "Already a tag on this commit" -fi - exit 0 \ No newline at end of file