ci(homebrew): don't update tap for forks (#3255)

This commit is contained in:
ReenigneArcher 2024-10-03 13:54:42 -04:00 committed by GitHub
commit 2c050d1cb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -629,6 +629,7 @@ jobs:
- name: Upload Homebrew Beta Formula
if: >-
github.repository_owner == 'LizardByte' &&
matrix.release &&
needs.setup_release.outputs.publish_release == 'true'
uses: LizardByte/homebrew-release-action@v2024.919.145818