This commit is contained in:
Yuri Astrakhan 2023-10-30 17:45:31 -04:00
parent c02fa4a668
commit 163b44982a

View File

@ -584,7 +584,6 @@ jobs:
cd .. cd ..
- name: Create Homebrew config - name: Create Homebrew config
if: startsWith(github.ref, 'refs/tags/v')
run: | run: |
set -x set -x
@ -603,7 +602,6 @@ jobs:
EOF EOF
- name: Save Homebrew Config - name: Save Homebrew Config
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: homebrew-config name: homebrew-config