From 026dd7501363fd7513950c77173540e906585f07 Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Tue, 22 Aug 2023 09:49:56 +0300 Subject: [PATCH] fix: set confirming for publish to false (#69) --- .publishrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.publishrc b/.publishrc index db446f9..d8162e3 100644 --- a/.publishrc +++ b/.publishrc @@ -7,7 +7,7 @@ "branch": false, "gitTag": true }, - "confirm": true, + "confirm": false, "publishTag": "latest", "prePublishScript": "gulp test" }