Add homebrew core version update release step (#1511)

This commit is contained in:
Volodymyr Stoiko 2024-02-29 23:32:52 +02:00 committed by GitHub
parent b125860d06
commit afafb2c625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,14 @@ jobs:
token: ${{ secrets.HOMEBREW_TOKEN }}
path: homebrew-kubeshark
- name: Bump core homebrew formula
uses: mislav/bump-homebrew-formula-action@v3
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: kubeshark
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
- name: Generate Homebrew formulae
shell: bash
run: |