From e9d0f7a400d90016d231705a4365a7ba998659d3 Mon Sep 17 00:00:00 2001 From: David Binney Date: Sat, 15 Jun 2024 11:51:43 +0930 Subject: [PATCH] fix: remove go from release assets --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 600097a..5e884bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,8 @@ jobs: uses: actions/checkout@v3 # ################################ - # create release and push assets - # ################################ - - name: Build go binaries - if: startsWith(github.ref, 'refs/tags/') - run: | - make build-all + # create release and push assets + # ################################ - name: Release to github with Notes uses: softprops/action-gh-release@v1