fix push repo

This commit is contained in:
simon 2022-06-04 09:40:10 +07:00
parent c27ae75c82
commit bdfebfed57
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

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