diff --git a/.github/workflows/dotnet-package.yml b/.github/workflows/dotnet-package.yml index 4ce3459..73f4ace 100644 --- a/.github/workflows/dotnet-package.yml +++ b/.github/workflows/dotnet-package.yml @@ -18,8 +18,6 @@ jobs: with: dotnet-version: '6.0.x' - run: dotnet build --configuration Release . - - name: Create the package - run: dotnet pack --configuration Release . - name: Publish the package to nuget.org run: | dotnet nuget push src/BeyondTech.Extensions.Logging.Timing/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json