We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c926b commit 9b650a1Copy full SHA for 9b650a1
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
asset_content_type: application/gzip
26
- name: Bump Homebrew formula
27
uses: mislav/[email protected]
28
- if: !github.event.release.prerelease
+ if: github.event.release.prerelease == 'false'
29
with:
30
formula-name: archive-fusionvm
31
homebrew-tap: nreilingh/homebrew-nreilingh
0 commit comments