Do not release betas on homebrew

pull/190/head
Tpt 3 years ago
parent 822dd60596
commit c1f47ea7aa
  1. 1
      .github/workflows/release.yml

@ -222,6 +222,7 @@ jobs:
oxigraph_${{ github.event.release.tag_name }}.tar.gz oxigraph_${{ github.event.release.tag_name }}.tar.gz
publish_homebrew: publish_homebrew:
if: ${{ !contains('-', github.event.release.tag_name) }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: publish_full_archive needs: publish_full_archive
steps: steps:

Loading…
Cancel
Save