From 412b4c02dfee1299670bfca91d7582cf301acd7a Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 21 May 2024 05:42:14 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=84=20add=20--execute=20to=20rel?= =?UTF-8?q?ease=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 21774c0..987674a 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -88,4 +88,4 @@ tasks: deps: - release:pre cmds: - - cargo release patch \ No newline at end of file + - cargo release patch --execute \ No newline at end of file