fix version tag push

This commit is contained in:
simon 2022-08-16 15:12:06 +07:00
parent f131507dd3
commit 6c5185c59d
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -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