diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index edccc03..31c447d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,7 +31,7 @@ jobs: with: name: currentPackage path: Release/*.nupkg - - name: Publish the package to GPR - env: - NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} - run: dotnet nuget push Release/*.nupkg + # - name: Publish the package to GPR + # env: + # NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + # run: dotnet nuget push Release/*.nupkg