This commit is contained in:
Miha Kralj
2024-11-04 15:12:39 -08:00
6 changed files with 436 additions and 350 deletions
+1 -6
View File
@@ -252,6 +252,7 @@ jobs:
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) ||
github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -324,15 +325,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
<<<<<<<
gh release create v${{ github.sha }} \
--title "Release from commit ${{ github.sha }}" \
--notes "Release notes for this version." \
=======
gh release create v${{ steps.gitversion.outputs.MajorMinorPatch }} \
--title "Release from commit ${{ steps.gitversion.outputs.MajorMinorPatch }}" \
--notes "Release notes for this version." \
>>>>>>>
quantower/Averages/bin/Release/Averages.dll \
quantower/Statistics/bin/Release/Statistics.dll \
quantower/Volatility/bin/Release/Volatility.dll \