diff --git a/patch.sh b/patch.sh index 641e160..4aa252f 100755 --- a/patch.sh +++ b/patch.sh @@ -13,4 +13,5 @@ git add VERSION CloudronManifest.json git commit -m "chore: bump version to v$(command cat VERSION)" git tag "v$(command cat VERSION)" git push --follow-tags +git push origin --tags