github nuget publish

Update main_automation.yml
Update main_automation.yml
Update main_automation.yml
Update main_automation.yml
more tests
This commit is contained in:
Miha Kralj
2022-11-07 21:01:49 -08:00
parent 2137a10772
commit 124cd2d00d
3 changed files with 126 additions and 13 deletions
+1 -8
View File
@@ -87,16 +87,9 @@ jobs:
title: "Latest Build"
files: /Quantower/Settings/Scripts/Indicators/QuanTAlib/*.dll
- name: Push package to github
if: ${{ github.ref == 'refs/heads/main' }}
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
- 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