From 3ee366ffdf35ce7a82f45fa32927188063976881 Mon Sep 17 00:00:00 2001 From: movingsam Date: Sun, 1 Mar 2026 01:25:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20--version-suffix=20?= =?UTF-8?q?""=20=E7=A1=AE=E4=BF=9D=E7=89=88=E6=9C=AC=E5=8F=B7=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/nuget.yml b/.gitea/workflows/nuget.yml index 613e8b8..2f0b5bd 100644 --- a/.gitea/workflows/nuget.yml +++ b/.gitea/workflows/nuget.yml @@ -24,11 +24,11 @@ jobs: - name: Pack Domain if: startsWith(github.ref, 'refs/tags/v') - run: dotnet pack Fengling.Platform.Domain/Fengling.Platform.Domain.csproj -c Release -o ./packages + run: dotnet pack Fengling.Platform.Domain/Fengling.Platform.Domain.csproj -c Release -o ./packages --version-suffix "" - name: Pack Infrastructure if: startsWith(github.ref, 'refs/tags/v') - run: dotnet pack Fengling.Platform.Infrastructure/Fengling.Platform.Infrastructure.csproj -c Release -o ./packages + run: dotnet pack Fengling.Platform.Infrastructure/Fengling.Platform.Infrastructure.csproj -c Release -o ./packages --version-suffix "" - name: Push to Gitea if: startsWith(github.ref, 'refs/tags/v')