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