From 55f077d12f696520fb04b92d9df9fbcb5af30230 Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 15 Dec 2023 16:54:22 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/2.git.release.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/2.git.release.ps1 b/scripts/2.git.release.ps1 index f58c1e2..2e26547 100644 --- a/scripts/2.git.release.ps1 +++ b/scripts/2.git.release.ps1 @@ -16,7 +16,7 @@ git checkout -b release cd ./scripts ./code.clean.ps1 git commit --amend --no-edit -a -git push --follow-tags --force origin release +git push --tags --force origin release Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release" Write-Host "按『Enter』回到主分支,『Ctrl+C』退出" Pause