update actions yaml
All checks were successful
dotnet-publish-nuget / Pack-And-Publish (push) Successful in 1m16s

This commit is contained in:
Mingor(100757) 2024-08-28 13:21:47 +08:00
parent c51188d47f
commit 3b41f6a4fe

View File

@ -28,4 +28,4 @@ jobs:
- name: Pack
run: dotnet pack -c Release --no-restore
- name: Publish
run: dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }}
run: dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --skip-duplicate