File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build-and-pack :
1111 runs-on : ubuntu-latest
12+ if : github.event.workflow_run.conclusion == 'success'
1213
1314 steps :
1415 - name : Checkout
1920 with :
2021 formula-name : busly-cli
2122 homebrew-tap : tragiccode/homebrew-tap-busly-cli
22- tag-name : ${{ github.event.release.tag_name }}
23- download-url : https://github.com/TraGicCode/busly-cli/releases/download/${{ github.event.release.tag_name }}/busly-cli-${{ github.event.release.tag_name }}-osx-arm64.tar.gz
23+ tag-name : ${{ github.event.workflow_run.head_branch }}
24+ download-url : https://github.com/TraGicCode/busly-cli/releases/download/${{ github.event.workflow_run.head_branch }}/busly-cli-${{ github.event.workflow_run.head_branch }}-osx-arm64.tar.gz
2425 env :
2526 COMMITTER_TOKEN : ${{ secrets.GH_TOKEN_FOR_HOMEBREW_PUBLISH }}
You can’t perform that action at this time.
0 commit comments