This commit is contained in:
2022-03-22 13:20:14 +01:00
parent 39bf1a5e52
commit 11890614d4
+1 -1
View File
@@ -52,4 +52,4 @@ jobs:
run: dotnet pack -c Release -o . $env:Source_Project_Path
- name: Publish
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} -source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate