Skip to content

Commit

Permalink
feat: add job to release libzenohcpp to homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 15, 2024
1 parent 4ad359d commit 46cc077
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 46cc077

Please sign in to comment.