diff --git a/justfile b/justfile index c90d0be..726db51 100644 --- a/justfile +++ b/justfile @@ -19,5 +19,4 @@ release kind="minor": poetry run python scripts/release.py {{kind}} push: - git push && git push gitea git push --tags && git push --tags gitea