File tree Expand file tree Collapse file tree 1 file changed +12
-18
lines changed
Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -78,21 +78,15 @@ jobs:
7878 run : |
7979 printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
8080 - name : Bump Homebrew formula
81- runs-on : ubuntu-latest
82- steps :
83- - name : Extract version
84- id : extract-version
85- run : |
86- printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
87- - uses : mislav/bump-homebrew-formula-action@v2
88- if : " !contains(github.ref, '-')" # skip prereleases
89- with :
90- formula-name : tuistash
91- formula-path : Formula/tuistash.rb
92- homebrew-tap : edmocosta/homebrew-tap
93- base-branch : main
94- download-url : https://github.com/edmocosta/tuistash/releases/download/${{ steps.extract-version.outputs.tag-name }}/tuistash-macos.tar.gz
95- commit-message : |
96- {{formulaName}} {{version}}
97- env :
98- COMMITTER_TOKEN : ${{ secrets.COMMITTER_TOKEN }}
81+ uses : mislav/bump-homebrew-formula-action@v2
82+ if : " !contains(github.ref, '-')" # skip prereleases
83+ with :
84+ formula-name : tuistash
85+ formula-path : Formula/tuistash.rb
86+ homebrew-tap : edmocosta/homebrew-tap
87+ base-branch : main
88+ download-url : https://github.com/edmocosta/tuistash/releases/download/${{ steps.extract-version.outputs.tag-name }}/tuistash-macos.tar.gz
89+ commit-message : |
90+ {{formulaName}} {{version}}
91+ env :
92+ COMMITTER_TOKEN : ${{ secrets.COMMITTER_TOKEN }}
You can’t perform that action at this time.
0 commit comments