From 962f2d5dd6611f8eb46871873c6daef70067b4a2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 16 Jun 2026 08:02:16 +0200 Subject: [PATCH] chore: also mirror tags --- .husky/post-commit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.husky/post-commit b/.husky/post-commit index a98224c..2f479e1 100644 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,3 +1,5 @@ echo "post-commit..." git push gh +git push gh --tags git push sh +git push sh --tags