From 5c6c35a7ddff9f6e6bd319b4ef66152d8bde9a66 Mon Sep 17 00:00:00 2001 From: wtfsck Date: Sat, 20 Jan 2024 16:14:01 +0100 Subject: [PATCH] Update release.yml, already uploaded to nuget --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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