From 9ffac08c914850697b0bcf49aa490f28f39d9a11 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 23 Apr 2024 10:15:59 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20publish=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 2a9109c..d945918 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -42,4 +42,9 @@ tasks: lint: desc: ๐Ÿงถ lint rustler cmds: - - cargo clippy --fix --workspace --allow-staged \ No newline at end of file + - cargo clippy --fix --workspace --allow-staged + + publish: + desc: ๐Ÿš€ publish lool + cmds: + - cargo publish --registry lugit