From c0c2c9f057230ce5ff9e64eac322124e13d915cf Mon Sep 17 00:00:00 2001 From: just Date: Tue, 11 Nov 2025 23:38:15 +0400 Subject: [PATCH] change publish script --- .gitea/workflows/publish-nuget.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/publish-nuget.yaml b/.gitea/workflows/publish-nuget.yaml index e542848..416f9be 100644 --- a/.gitea/workflows/publish-nuget.yaml +++ b/.gitea/workflows/publish-nuget.yaml @@ -24,9 +24,6 @@ jobs: - name: Restore dependencies run: dotnet restore --nologo - - name: Test - run: dotnet test --nologo --no-restore --configuration Release - - name: Create the package env: RELEASE_VERSION: ${{ gitea.ref_name }}