We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ed202 commit 99f7982Copy full SHA for 99f7982
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish to NuGet
41
env:
42
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
43
- run: dotnet nuget push ./output/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./output/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
44
45
- name: Create GitHub Release
46
id: create_release
0 commit comments