Skip to content

Commit

Permalink
Merge pull request #345 from SiaFoundation/nate/revert-homebrew-logic
Browse files Browse the repository at this point in the history
Exclude beta releases for homebrew dispatch
  • Loading branch information
ChrisSchinnerl authored Mar 27, 2024
2 parents 6635338 + 3d194a4 commit 3a88d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
path: release/

dispatch-homebrew: # only runs on full releases
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-')
needs: [ docker, build-linux, build-mac, build-windows ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3a88d04

Please sign in to comment.