File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 40
40
asset_path : dist/heta-compiler-macos.tar.gz
41
41
asset_name : heta-compiler-macos.tar.gz
42
42
asset_content_type : application/octet-stream
43
+
44
+ - name : Commit to homebrew-heta-compiler repos
45
+ run : |
46
+ git clone git@github.com:hetalang/homebrew-heta-compiler.git
47
+ cd homebrew-heta-compiler
48
+ git config user.name "GitHub Actions"
49
+ git config user.email "actions@github.com"
50
+ cp -f ../build-hombrew/heta-compiler.rb Formula/ # copy the new formula and replace the old one
51
+ ls
52
+ git add .
53
+ git commit -m "Automated update from source repository based on release ${{ github.event.release.tag_name }}"
54
+ # git push origin master
43
55
upload-linux-release-asset :
44
56
runs-on : ubuntu-latest
45
57
steps :
You can’t perform that action at this time.
0 commit comments