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 547812b commit 7eda011Copy full SHA for 7eda011
.github/workflows/publish-nuget.yaml
@@ -25,4 +25,4 @@ jobs:
25
- name: Build (Release)
26
run: dotnet build --configuration=Release --verbosity=normal
27
- name: Publish to NuGet
28
- run: dotnet nuget push --api-key ${{secrets.NUGET_API_KEY}} --source 'https://api.nuget.org/v3/index.json' ${{github.workspace}}/packages/RabbitMQ.Stream.Client.*.nupkg
+ run: dotnet nuget push --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} --source 'https://api.nuget.org/v3/index.json' ${{github.workspace}}/packages/RabbitMQ.Stream.Client.*.nupkg
0 commit comments