diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ea88f22..b6eaaaa 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -48,7 +48,7 @@ jobs: with: name: nuget-packages path: nupkg - - name: Push to NuGet.org +# - name: Push to NuGet.org # run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate - - name: Push to GitHub Packages +# - name: Push to GitHub Packages # run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --skip-duplicate