From b4400c4d8361709fdb235bfdfe01b6998327f1d3 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Mon, 18 Jan 2021 15:00:06 -0800 Subject: [PATCH] Treat existing packages as warning --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06699963..b06a5a55 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,4 +31,4 @@ jobs: echo "$VERSION" dotnet pack --output artifacts --configuration Release -p:Version=$VERSION - name: Push with dotnet - run: dotnet nuget push "artifacts/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push "artifacts/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate