diff --git a/build.sh b/build.sh index c5002ff..8dbdeec 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ function publish { python -m build twine upload dist/* git tag -a "$VERSION" -m "new release version $VERSION" - git push "$VERSION" + git push origin "$VERSION" } if [[ $1 == "publish" ]]; then