diff --git a/publish.bat b/publish.bat index 46fa4128..33490c42 100644 --- a/publish.bat +++ b/publish.bat @@ -1 +1,2 @@ -git commit -am "publish: %1" && git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" \ No newline at end of file +git commit -am "publish: %1" +git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" \ No newline at end of file