Skip to content

Commit 77e2b6f

Browse files
committed
Added bump homebrew formula step
1 parent 234f647 commit 77e2b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
8080
- name: Bump Homebrew formula
8181
uses: mislav/bump-homebrew-formula-action@v2
82-
if: "!contains(github.ref, '-')" # skip prereleases
82+
if: "matrix.os == 'macos-latest' && !contains(github.ref, '-')" # skip pre-releases
8383
with:
8484
formula-name: tuistash
8585
formula-path: Formula/tuistash.rb

0 commit comments

Comments
 (0)