Commit bd58cb4 1 parent 74ae94d commit bd58cb4 Copy full SHA for bd58cb4
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 79
79
files : " ./substrate/bin/kitctl_${{ env.RELEASE_VERSION }}_${{ matrix.os }}_${{ matrix.arch }}.zip"
80
80
env :
81
81
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 }}
You can’t perform that action at this time.
0 commit comments