From b11ac76d468de075bf4393785c049c4c471cbfe2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 May 2020 17:05:29 +0200 Subject: [PATCH] Fix publish.bat --- publish.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.bat b/publish.bat index 0b2e5524..94b793ca 100644 --- a/publish.bat +++ b/publish.bat @@ -1,2 +1,2 @@ git commit -am "publish: %1" -git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" && sentry-cli releases set-commits "%1" --auto && sentry-cli releases deploys "%1" new --env production -n "Version %1" +git push && poetry build && poetry publish && hub release create "%1" -m "Royalnet %1" && sentry-cli releases set-commits "%1" --auto && sentry-cli releases deploys "%1" new --env production -n "Royalnet %1"