From d11b41a507ee59818f77ecb3ee44523fdf3aa5e4 Mon Sep 17 00:00:00 2001 From: Mystic Date: Fri, 11 Oct 2024 14:12:28 +0900 Subject: [PATCH] chore: unconscious commit --- tool/publish/publish.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tool/publish/publish.sh b/tool/publish/publish.sh index 6b96e1b..8c49d30 100644 --- a/tool/publish/publish.sh +++ b/tool/publish/publish.sh @@ -33,6 +33,4 @@ git tag $tag git push origin $tag git add . git commit -m "[release] $tag" --allow-empty -git push - -cd doc && yarn deploy \ No newline at end of file +git push \ No newline at end of file