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 ea6167c commit 71292e9Copy full SHA for 71292e9
.github/workflows/ci-linux.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
name: nupkgs
77
- name: Push to pkg.github.com
78
- run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }}
+ run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate
79
80
nuget:
81
name: Deploy to NuGet
0 commit comments