diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b1ac47..40b8b4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,3 +72,13 @@ jobs: uses: softprops/action-gh-release@v1 with: files: ${{ matrix.asset_name }}.zip + + update-homebrew: + name: Update Homebrew Formula + needs: build-release + uses: shaharia-lab/actions-library/.github/workflows/update-homebrew-formula.yml@main + with: + formula-name: codenav + tag-name: ${{ github.ref_name }} + secrets: + tap-token: ${{ secrets.HOMEBREW_TAP_TOKEN }} \ No newline at end of file