From 3bae0efafb61abf6671e39f31430735a7ccda012 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Fri, 7 Apr 2023 23:03:00 -0700 Subject: [PATCH] Update main_automation.yml to remove unnecessary lines and update tag_name to latest --- .github/workflows/main_automation.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index dc9b22ba..4d5551ae 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -105,8 +105,6 @@ jobs: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: ./coveragereport.xml - - - name: Publish dev release assets if: ${{ github.ref == 'refs/heads/dev' }} uses: SourceSprint/upload-multiple-releases@1.0.7 @@ -116,15 +114,7 @@ jobs: prerelease: true overwrite: true release_name: ${{ steps.gitversion.outputs.SemVer }} -<<<<<<< HEAD tag_name: ${{ steps.gitversion.outputs.SemVer }} -======= -<<<<<<< HEAD - tag_name: ${{ steps.gitversion.outputs.SemVer }} -======= - tag_name: latest ->>>>>>> main ->>>>>>> main release_config: | .\Calculations\bin\Release\net6.0\QuanTAlib.dll .\Indicators\bin\Release\QuanTAlib_Indicators.dll