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 5ece143 commit 21f5e92Copy full SHA for 21f5e92
.github/workflows/release-nuget-package.yml
@@ -71,5 +71,5 @@ jobs:
71
shell: bash
72
run: |
73
dotnet nuget add source ${{ vars.NUGET_PACKAGE_FEED_URL }} --name nuget-feed --username username --password ${{ secrets.NUGET_PACKAGE_FEED_API_KEY }} --store-password-in-clear-text
74
- dotnet nuget push **/*.nupkg --source nuget-feed --api-key ${{ secrets.NUGET_PACKAGE_FEED_API_KEY }}
+ dotnet nuget push **/*.nupkg --source nuget-feed --api-key ${{ secrets.NUGET_PACKAGE_FEED_API_KEY }} --skip-duplicate
75
working-directory: ${{ runner.temp }}/${{ env.working-directory }}
0 commit comments