ci: build and publish Homebrew package

This commit is contained in:
Jarek Kowalski
2021-03-21 18:41:08 -07:00
parent bcfba334da
commit 2e5a3ad3a3
4 changed files with 77 additions and 1 deletions

View File

@@ -190,4 +190,5 @@ jobs:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
- name: Publish Other Packages
run: make publish-packages
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}