Skip to content

Commit bd58cb4

Browse files
authored
Update brew formulae from github actions (#156)
* update brew formulae from github actions
1 parent 74ae94d commit bd58cb4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,15 @@ jobs:
7979
files: "./substrate/bin/kitctl_${{ env.RELEASE_VERSION }}_${{ matrix.os }}_${{ matrix.arch }}.zip"
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82+
- name: Update brew formulae
83+
uses: mislav/bump-homebrew-formula-action@v1
84+
with:
85+
formula-name: kitctl
86+
homebrew-tap: awslabs/kubernetes-iteration-toolkit
87+
base-branch: main
88+
download-url: https://github.com/awslabs/kubernetes-iteration-toolkit/releases/download/${{ env.RELEASE_VERSION }}/kitctl_${{ env.RELEASE_VERSION }}_${{ matrix.os }}_${{ matrix.arch }}.zip
89+
commit-message: |
90+
Update kitctl to ${{ env.RELEASE_VERSION }}
91+
Created by Github actions during Release CLI action
92+
env:
93+
COMMITTER_TOKEN: ${{ secrets.UPLOAD_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)