Skip to content

Commit 9b650a1

Browse files
committed
possibly fixed pipeline?
1 parent 82c926b commit 9b650a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
asset_content_type: application/gzip
2626
- name: Bump Homebrew formula
2727
uses: mislav/[email protected]
28-
if: !github.event.release.prerelease
28+
if: github.event.release.prerelease == 'false'
2929
with:
3030
formula-name: archive-fusionvm
3131
homebrew-tap: nreilingh/homebrew-nreilingh

0 commit comments

Comments
 (0)