diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d1775e..4818061 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,8 +41,8 @@ jobs: run: msbuild working-directory: MetaMomentum/ - - name: Nuget Add Source - run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json + #- name: Nuget Add Source + # run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json - name: Nuget SetAPIKey run: nuget setapikey ${{ secrets.NUGETAPI }} -Source "nuget"