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