[justfile] push for release should only push tags
Some checks failed
build / test (push) Has been cancelled

This commit is contained in:
2026-06-04 11:22:14 -04:00
parent 087c7775ae
commit 3e72042c24

View File

@ -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