fix push repo

pull/6/head
simon 2 years ago
parent c27ae75c82
commit bdfebfed57
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

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

Loading…
Cancel
Save