diff --git a/Makefile b/Makefile index e2f26a7..0333f8f 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,8 @@ fix: cargo fmt cargo clippy --fix --allow-dirty --allow-staged -.PHONY: check fmt fmt-check clippy test fix +# Publish to the gitea registry. +publish: check + cargo publish --registry gitea + +.PHONY: check fmt fmt-check clippy test fix publish