From 7c60046cb7fd5a9a69f87f60c07c8b85896777f0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Feb 2020 23:05:45 +0100 Subject: [PATCH] publish: 5.5 --- publish.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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