We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cdd5a commit 9631b1cCopy full SHA for 9631b1c
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
path: ${{ env.NuGetDirectory }}
102
103
- name: Publish NuGet package
104
- run: dotnet nuget push ${{ env.NuGetDirectory }}/*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ${{ env.NuGetDirectory }}/*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
105
106
release:
107
name: Create release on GitHub
0 commit comments