Skip to content

Commit

Permalink
feat: add job to release libzenohcpp to homebrew (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Nov 21, 2024
1 parent 7d63269 commit 867df25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,23 @@ jobs:
installation-test: false
secrets: inherit

homebrew:
name: Publish Homebrew formulae
needs: [tag, build]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-homebrew.yml@main
with:
no-build: true
repo: ${{ github.repository }}
live-run: ${{ inputs.live-run || false }}
version: ${{ needs.tag.outputs.version }}
branch: ${{ needs.tag.outputs.branch }}
# artifact-patterns input is not used when no-build=true, but it's a required argument
artifact-patterns: |
^include$
formulae: |
libzenohcpp
secrets: inherit

eclipse:
needs: [tag, build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 867df25

Please sign in to comment.