From bdfebfed5717e957d31d37edc7e7b6f57933e210 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 4 Jun 2022 09:40:10 +0700 Subject: [PATCH] fix push repo --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }