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