Skip to content

Commit

Permalink
Merge pull request #109 from fuzzypixelz/fix/release-workflow
Browse files Browse the repository at this point in the history
fix: Release workflow
  • Loading branch information
gabrik authored Apr 9, 2024
2 parents c58b63d + 2d919c2 commit a93327c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
version: ${{ needs.tag.outputs.version }}
repo: ${{ github.repository }}
branch: ${{ needs.tag.outputs.branch }}
installation-test: false
secrets: inherit

homebrew:
Expand Down Expand Up @@ -161,7 +162,7 @@ jobs:
version: ${{ needs.tag.outputs.version }}
repo: ${{ github.repository }}
branch: ${{ needs.tag.outputs.branch }}
tags: "eclipse/zenoh-plugin-ros2dds:${{ needs.tag.outputs.version }}"
tags: "eclipse/zenoh-bridge-ros2dds:${{ needs.tag.outputs.version }}"
binary: zenoh-bridge-ros2dds
files: |
zenoh-bridge-ros2dds
Expand Down
1 change: 1 addition & 0 deletions zenoh-bridge-ros2dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ homepage = { workspace = true }
license = { workspace = true }
categories = ["network-programming"]
description = "Zenoh bridge for ROS 2 and DDS in general"
publish = false

[features]
dds_shm = ["zenoh-plugin-ros2dds/dds_shm"]
Expand Down

0 comments on commit a93327c

Please sign in to comment.