updated yml

update1
This commit is contained in:
Miha Kralj
2024-09-23 08:49:27 -07:00
parent 687725bfbe
commit 25492f6eae
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -4,9 +4,11 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
build_test:
@@ -134,9 +136,8 @@ jobs:
prerelease: true
overwrite: true
release_name: ${{ steps.gitversion.outputs.SemVer }}
tag_name: prerelease
tag_name: ${{ steps.gitversion.outputs.SemVer }}
release_config: |
lib/bin/Release/QuanTAlib.dll
quantower/Averages/bin/Release/Averages.dll
quantower/Statistics/bin/Release/Statistics.dll
SyntheticVendor/bin/Release/SyntheticVendor.dll
@@ -158,9 +159,8 @@ jobs:
prerelease: false
overwrite: true
release_name: ${{ steps.gitversion.outputs.MajorMinorPatch }}
tag_name: latest
tag_name: ${{ steps.gitversion.outputs.SemVer }}
release_config: |
lib/bin/Release/QuanTAlib.dll
quantower/Averages/bin/Release/Averages.dll
quantower/Statistics/bin/Release/Statistics.dll
SyntheticVendor/bin/Release/SyntheticVendor.dll
+1
View File
@@ -26,6 +26,7 @@
<PackageReference Include="stocksharp.algo" Version="5.0.193" />
<PackageReference Include="OoplesFinance.StockIndicators" Version="1.0.53" />
-->
</ItemGroup>
<ItemGroup>