diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9738186c4..2c620321d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -635,12 +635,12 @@ jobs: npm publish --help mvn --help - - name: Upload to nuget.org - shell: bash - run: | - for file in /tmp/artifacts/nupkg/Iced.*.nupkg; do - dotnet nuget push "$file" --api-key "${{secrets.NUGET_APIKEY}}" --source https://api.nuget.org/v3/index.json - done + # - name: Upload to nuget.org + # shell: bash + # run: | + # for file in /tmp/artifacts/nupkg/Iced.*.nupkg; do + # dotnet nuget push "$file" --api-key "${{secrets.NUGET_APIKEY}}" --source https://api.nuget.org/v3/index.json + # done - name: Upload to crates.io shell: bash