diff --git a/deploy.sh b/deploy.sh index f6ec48b..307f720 100755 --- a/deploy.sh +++ b/deploy.sh @@ -38,7 +38,7 @@ function create_zip { function create_release { git tag -a "$VERSION" -m "new release version $VERSION" - git push all "$VERSION" + git push origin "$VERSION" }