fix: 更新代码

This commit is contained in:
邹景立 2024-08-04 14:32:02 +08:00
parent da5ef7c25c
commit fedac28882

View File

@ -10,4 +10,4 @@ echo Deleting local tags...
for /f "delims=" %%i in ('git tag') do git tag -d %%i
echo All tags deleted.
pause
pause