We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4e54a commit c4a5b0dCopy full SHA for c4a5b0d
.github/workflows/nuget.yaml
@@ -28,6 +28,6 @@ jobs:
28
run: dotnet pack --configuration Release --no-build --output ./output src/JT808.Protocol.sln
29
30
- name: Publish to NuGet
31
- run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
32
env:
33
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments