File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7777 needs : [ mac-hash, linux-hash ]
7878 runs-on : ubuntu-latest
7979 if : ${{ !github.event.release.prerelease }}
80+ env :
81+ TAG_NAME : ${{ github.ref_name }}
8082 steps :
8183 - name : Checkout homebrew-holmesgpt repository
8284 uses : actions/checkout@v2
8789 run : |
8890 MAC_BUILD_HASH=${{ needs.mac-hash.outputs.MAC_BUILD_HASH }}
8991 LINUX_BUILD_HASH=${{ needs.linux-hash.outputs.LINUX_BUILD_HASH }}
90- TAG_NAME=${{ github.ref_name }}
9192 awk 'NR==6{$0=" url \"https://github.com/robusta-dev/holmesgpt/releases/download/'"$TAG_NAME"'/holmes-macos-latest-'"$TAG_NAME"'.zip\""}1' ./Formula/holmesgpt.rb > temp && mv temp ./Formula/holmesgpt.rb
9293 awk 'NR==7{$0=" sha256 \"'$MAC_BUILD_HASH'\""}1' ./Formula/holmesgpt.rb > temp && mv temp ./Formula/holmesgpt.rb
9394 awk 'NR==9{$0=" url \"https://github.com/robusta-dev/holmesgpt/releases/download/'"$TAG_NAME"'/holmes-ubuntu-22.04-'"$TAG_NAME"'.zip\""}1' ./Formula/holmesgpt.rb > temp && mv temp ./Formula/holmesgpt.rb
Original file line number Diff line number Diff line change 2020 poetry-version :
2121 description : ' Poetry version to use'
2222 required : false
23- default : ' 1.4.0 '
23+ default : ' 1.8.4 '
2424 type : string
2525 os-matrix :
2626 description : ' OS matrix for builds (JSON array)'
You can’t perform that action at this time.
0 commit comments