diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f74f844..de9f78d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: - name: Test run: dotnet test -c Release --no-build - name: Pack nugets - run: dotnet pack -c Release --no-build --output . + run: dotnet pack -c Release --output . - name: Push to NuGet run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --skip-duplicate --source https://api.nuget.org/v3/index.json