From 6c5185c59d2d31b33e09c327b6da081eea4dab84 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 16 Aug 2022 15:12:06 +0700 Subject: [PATCH] fix version tag push --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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