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 ff3817a commit ed138e1Copy full SHA for ed138e1
.github/workflows/cd.yml
@@ -81,9 +81,9 @@ jobs:
81
82
- name: Publish to NuGet
83
run: |
84
- dotnet nuget push build/packages/*.nupkg
85
- --source https://api.nuget.org/v3/index.json
86
- --api-key ${{ secrets.NUGET_API_KEY }}
+ dotnet nuget push build/packages/*.nupkg \
+ --source https://api.nuget.org/v3/index.json \
+ --api-key ${{ secrets.NUGET_API_KEY }} \
87
--skip-duplicate
88
env:
89
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments