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')