From 77a2b7cf4a2c21dfaea485862103f045dc7fd835 Mon Sep 17 00:00:00 2001 From: wtfsck Date: Sat, 20 Jan 2024 17:26:17 +0100 Subject: [PATCH] Revert "Update release.yml, already uploaded to nuget" This reverts commit 5c6c35a7ddff9f6e6bd319b4ef66152d8bde9a66. --- .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 57b61345b..e28cb175f 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