diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eaf05c..034aef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: run: dotnet test -c Release --no-build -- Expecto.fail-on-focused-tests=true - name: Push - if: startsWith(github.ref, 'refs/tags/v/') env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} run: dotnet nuget push "**/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k "$NUGET_API_KEY" --skip-duplicate