We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e0068 commit 15d6850Copy full SHA for 15d6850
.github/workflows/github-actions-release.yaml
@@ -34,4 +34,8 @@ jobs:
34
--output ./artifacts
35
36
- name: Publish the package to nuget.org
37
- run: dotnet nuget push "./artifacts/*.nupkg" --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
+ run: |
38
+ dotnet nuget push "./artifacts/*.nupkg" \
39
+ --api-key "${{ secrets.NUGET_APIKEY }}" \
40
+ --source https://api.nuget.org/v3/index.json \
41
+ --skip-duplicate
0 commit comments