From 6c429b243768beba2618ad1d0e099dc30de80ae4 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:42:17 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb2ea91..f3dcc11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,11 +63,3 @@ jobs: # Test Homebrew recipe - name: Test run: ./test.sh - - # Release package - - name: Release - uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - fail_on_unmatched_files: true - files: pkg/*.pkg