mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
Add homebrew core version update release step (#1511)
This commit is contained in:
parent
b125860d06
commit
afafb2c625
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -58,6 +58,14 @@ jobs:
|
|||||||
token: ${{ secrets.HOMEBREW_TOKEN }}
|
token: ${{ secrets.HOMEBREW_TOKEN }}
|
||||||
path: homebrew-kubeshark
|
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
|
- name: Generate Homebrew formulae
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user