diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40b8b4b..3a055b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,9 +76,12 @@ jobs: 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 + runs-on: ubuntu-latest + steps: + - uses: mislav/bump-homebrew-formula-action@v3 + with: + formula-name: codenav + tag-name: ${{ github.ref_name }} + homebrew-tap: shaharia-lab/homebrew-tap + env: + COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }} \ No newline at end of file