We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad1ea6 commit 0f178faCopy full SHA for 0f178fa
1 file changed
.github/workflows/nuget-publish.yml
@@ -39,4 +39,4 @@ jobs:
39
run: nuget pack
40
41
- name: Publish NuGet package
42
- run: dotnet nuget push "Microsoft.Test.Pict.*.nupkg" -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/microsoft/index.json
+ run: dotnet nuget push "Microsoft.Test.Pict.*.nupkg" -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/microsoft/index.json --skip-duplicate
0 commit comments