This commit is contained in:
Miha Kralj
2022-05-10 13:46:50 -07:00
parent 69ee41392f
commit e7b7752747
4 changed files with 109 additions and 17 deletions
+2 -2
View File
@@ -92,11 +92,11 @@ jobs:
run: dotnet nuget push '.\Source\bin\Release\QuanTAlib.*.nupkg'
--api-key ${{ secrets.GITHUB_TOKEN }}
--source https://nuget.pkg.github.com/mihakralj/index.json
# --skip-duplicate
--skip-duplicate
- name: Push package to nuget.org
if: ${{ github.ref == 'refs/heads/main' }}
run: dotnet nuget push '.\Source\bin\Release\QuanTAlib.*.nupkg'
--api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
--source https://api.nuget.org/v3/index.json
# --skip-duplicate
--skip-duplicate