From eb497dfd8339cd2caba42b611dda177ed86176f2 Mon Sep 17 00:00:00 2001 From: Dave Corley Date: Fri, 9 Feb 2024 10:33:29 -0600 Subject: [PATCH] Simplify workflow --- .github/workflows/release.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a172416..e0d6586 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,15 +7,7 @@ on: branches: [ v2.1 ] jobs: - setup: - runs-on: ubuntu-latest - steps: - - uses: actions/create-release@v1 - with: - tag_name: ${{ github.ref }} - release_name: ${{ github.ref }} build: - needs: setup strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] @@ -43,4 +35,7 @@ jobs: - name: upload uses: softprops/action-gh-release@v1 with: + tag_name: Latest files: ${{ matrix.archive }} + body: | + Latest CI build of Morrobroom