From 163b44982a699ed4db8a82778b18e87acae5ab99 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 30 Oct 2023 17:45:31 -0400 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f717e20d..ad706b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -584,7 +584,6 @@ jobs: cd .. - name: Create Homebrew config - if: startsWith(github.ref, 'refs/tags/v') run: | set -x @@ -603,7 +602,6 @@ jobs: EOF - name: Save Homebrew Config - if: startsWith(github.ref, 'refs/tags/') uses: actions/upload-artifact@v3 with: name: homebrew-config