diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 4f8e4cd..019ba77 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -61,7 +61,8 @@ jobs: - name: Build run: dotnet build -c Release --no-restore -p:DebugType=portable - name: Test - run: dotnet test --no-build -c Release --verbosity normal + # run: dotnet test --no-build -c Release --verbosity normal + run: dotnet test --no-build -c Release --verbosity normal 2>&1 | grep -E "测试总数|通过数|失败数" # 步骤三:计算下一个版本号(若未被跳过) # 自动解析当前最新标签并递增修订号生成新的语义化版本号 - name: Get next version